Inheritance diagram for Button:
Public Member Functions | |
void | Init (Bitmap *_img) |
void | Init (char *_label, Font *_fnt) |
void | SetSize (uint32, uint32) |
void | SetPos (int, int) |
void | Show () |
void | Hide () |
void | Draw () |
void | KeyDown (int keycode) |
void | KeyUp (int keycode) |
BOOL | Create (int _xpos, int _ypos, int _x, int _y, int _Style, Element *_Parent) |
void | Enable () |
void | Disable () |
void | SetBitmap (Bitmap *_img) |
Friends | |
class | CheckBox |
class | Radio |
Definition at line 55 of file gui.hpp.