C
WORD GOLTwoTonePanelDrawTsk();
Overview
This function draws a two tone 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
Usage is similar to GOLPanelDraw() example.