![]() |
WinShow | Function (Macro) |
wingraph.h |
void WinShow (WINDOW *w); |
Makes a window visible for the repainting routine.
This is a simple macro defined by Texas Instruments. It sets WF_VISIBLE flag of the window pointed to by w, making the window "visible" for event-driven repainting routine. This flag is used only in event driven applications (see event.h header file, especially EV_paintOneWindow function).