Home | All Classes | Grouped Classes | Index | Search
Manages components loaded from a gui definition file. More...
Derived from:
none
Derived by:
none
Group: GUI (Framework)
#include <ClanLib/gui.h>
Construction:
Depricated; 'new's a component manager. Please use the constructor directly instead. | |
Constructs a component manager, loading the gui definition file from a resource ID. |
Attributes:
Returns the component identified by the specified name in the gui definition file. | |
Operations:
Detailed description:
The component manager is responsible for loading a set of components from a gui definition file (for an example of such a file, have a look at the login_view in the CTalk example). After a successful construction of a component manager, it is possible get pointers to components defined in the definition file, thus making it easy to seperate component layout from the user interface logic.