Inheritance diagram for Label:
Public Member Functions | |
Label () | |
void | Init (char *_txt, Font *_fnt, uint32 _clr=0x000000, int _justify=LEFT) |
void | Draw () |
void | SetLabel (char *) |
char * | GetLabel () |
void | SetFont (Font *_fnt) |
Font * | GetFont () |
void | SetUnderline (BOOL state) |
void | SetJustify (int _justify) |
int | GetJustify () |
void | SetTransparent (BOOL x) |
Public Attributes | |
Font * | fnt |
String | Text |
Friends | |
class | Radio |
Definition at line 27 of file gui.hpp.