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:
Label Constructor |
Attributes:
Returns the labeltext. | |
Returns the alignment setting. See set_alignment() for more info. | |
Returns the font the label uses. |
Operations:
Sets the labeltext. | |
Clears any label contents. Equivalent with setText(""). | |
Sets the alignment of the label contents | |
Sets the font of the label. |
Signals:
Called after font is changed. |
Detailed description:
!group=GUI/Controls! !header=gui.h!