Inheritance diagram for ListBox:
Public Member Functions | |
void | Init (Font *_fnt) |
BOOL | Create (int _xpos, int _ypos, int _x, int _y, int _Style, Element *_Parent) |
void | Destroy () |
void | Show () |
void | Hide () |
BOOL | DispatchEvent (Element *id, int, int, int, int) |
BOOL | Add (char *, int32 pos=-1) |
BOOL | Delete (int32 idx) |
void | SetHighlight (BOOL state) |
BOOL | GetState (int idx) |
int | GetState () |
void | SetState (int idx, BOOL state) |
char * | Get () |
char * | Get (int idx) |
void | ClrAll () |
void | SetTopZOrder () |
Public Attributes | |
int32 | Index |
uint32 | Count |
Friends | |
class | ComboBox |
Definition at line 550 of file gui.hpp.