Home | All Classes | Grouped Classes | Index | Search
Label component More...
Derived from:
CL_Component
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
MenuItem Constructor |
Attributes:
Returns the menu item text. | |
Returns true if the menu item can have an icon. | |
Returns true if the menu item is in toggle mode, otherwise false. | |
Returns true if the menu item is selected |
Operations:
Sets the item to toggle mode (true) or normal mode (false). Default is false. | |
Sets the item to toggle mode (true) or normal mode (false). Default is false. | |
Sets the menu items selected status, if in toggle mode. | |
Sets the menu item text. | |
Clears any menu item text. Equivalent with set_text(""). |
Detailed description:
!group=GUI/Controls! !header=gui.h!