Programming guideline of WinDom
- NAME
-
WindClear() - draws the window background.
- PROTOTYPAGE
-
void WindClear( WINDOW *win);
- PARAMETERS
-
- win:
- window descriptor.
- DESCRIPTION
-
This function draws the window background i.e. a bar
(typically with a white color) in the work area of a window.
This function should be alway used by developer as the first
call of a custom redraw event function because the user can
parametrize the style and the color vi the configuration file.
WindClear() is used as default redraw event function by
WindCreate().
- SEE ALSO
-
windom.window.bg