C
WORD GOLPanelDrawTsk();
Overview
This function draws a panel on the screen with parameters set by GOLPanelDraw() macro. This function must be called repeatedly (depending on the return value) for a successful rendering of the panel.
Returns
Returns the status of the panel rendering
0 � Rendering of the panel is not yet finished. 1 � Rendering of the panel is finished.
Preconditions
Parameters of the panel must be set by GOLPanelDraw() macro.
Side Effects
none
Example
See GOLPanelDraw() example.