
GUI manager. More...
Derived from: | public CL_ComponentParent |
Derived by: | None |
Group: | System (GUI) |
#include <ClanLib/gui.h>
Class Members:
Construction: | |
| |
Returns true if the parent is the GUI manager. | |
Returns the GUI theme being used. | |
Returns the CSS document being used. | |
Returns the resource manager for the GUI resources. | |
Returns the windows manager being used. | |
Returns the mouse capture component. | |
Returns the currently focused component. | |
Returns if a dialog message pump loop should exit. | |
Returns the dialog exit code. | |
Returns userdata. | |
Get the shared user defined GUI font (set with set_named_font() ). Returns NULL if not found. |
| |
bool func_filter_message(const CL_GUIMessage &message) | |
int func_exec_handler(CL_AcceleratorTable &accel_table) |
| |
Sets the GUI theme. | |
Sets the CSS document. | |
Sets the resource manager for the GUI resources. | |
Sets the windows manager. | |
Processes messages until exit_with_code is called. | |
Reads the next message but leaves it in the queue. | |
Reads the next message. | |
Sends a GUI message to the message handler target for the message. | |
Breaks the message loop. | |
Clears the flag indicating exec() should exit its message pump loop. | |
Post GUI message onto the message queue. | |
Send GUI message directly to the target. | |
Set the mouse capture component. | |
Mark the specified area to be redrawn. | |
Set userdata. | |
Set the shared user defined GUI font - referenced using the specified name and details. |