![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Root component.
Contained in: global
Derived from:
CL_Component
Derived by:
none
Group: GUI (Framework)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
CL_GUIManager | (CL_StyleManager* style); | |
CL_GUIManager | (CL_Component* parent, CL_StyleManager* style); | |
virtual | ~CL_GUIManager | (); |
Attributes: |
||
CL_Component* | get_focus | (); |
CL_Component* | get_capture | (); |
Operations: |
||
void | set_focus | (CL_Component* component); |
void | show | (); |
void | run | (); |
void | quit | (); |
void | enable_input | (); |
void | disable_input | (); |
void | gui_capture_mouse | (CL_Component* component); |
void | gui_release_mouse | (); |