Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_wclear() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_WCLEAR()

 DESCRIPTION

 C_WCLEAR() clears a ClipOn window to the current window color using
 the window reference variable to specify the window to clear.
 (Refer to Chapter 3 for a complete discussion about ClipOn windows.)

 NOTES

 The numeric reference for the ClipOn window is a pointer to the
 window in memory.  Be careful not to change the value of this
 pointer, or the window will be unaccessible.

 SYNTAX

 C_WCLEAR(window [,box])

 PARAMETERS

 window (N) is the numeric reference variable for the ClipOn window.

 box (L) indicates whether or not the window has a box around the
 outer region.  This will prevent the box around the window from
 being overwritten.  Specify true (.T.) if the window has a box
 around the outer region, otherwise false (.F.).  If the window was
 defined with a box when it was created, that definition will be used.

 RETURNS

 There is no return value.

 EXAMPLES

 w1 = c_wsave(10,10,20,70)                  && Create window
 ...
 c_wsay(w1,2,2,"Display Text on Window")    && Write to window
 ...
 c_wclear(w1)                               && Clear window


See Also: C_WINDOW() C_WSAVE() C_WRESTORE() C_WFILL() C_WGET()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson