Inheritance diagram for ComboBox:
Public Member Functions | |
ComboBox () | |
void | Init (Font *_fnt) |
BOOL | Create (int _xpos, int _ypos, int _x, int _y, int _Style, Element *_Parent) |
void | Destroy () |
void | MouseDown (int, int, int) |
void | MouseUp (int, int, int) |
void | Draw () |
void | SetEditable (BOOL state) |
BOOL | Add (char *x, int32 pos=-1) |
BOOL | Delete (int32 idx) |
void | Clear () |
int | GetIndex () |
char * | Get () |
char * | Get (int idx) |
void | SetIndex (int idx) |
void | SetTopZOrder () |
BOOL | DispatchEvent (Element *id, int, int, int, int) |
Public Attributes | |
int32 | Index |
Definition at line 585 of file gui.hpp.