Home | All Classes | Grouped Classes | Index | Search
Runs the GUI message pump continuosly.
void run( CL_Component* modal_component = 0);
Parameters:
Detailed description:
This function runs the GUI mesage pump continously until CL_GUIManager::quit() is called. It will redraw the screen and user events to components as they occour.
See also: