Data Fields | |
uchar | element |
Element type. | |
char | text [50] |
Text. | |
uchar | color |
Text color. | |
char * | inputbuffer |
Buffer for InputBox. | |
const char ** | itemlist |
Itemlist for DropDown-menus. | |
short * | selected |
Selected item for DropDown. | |
short | inputsize |
Maximal chars (or numbers); for InputBox only. | |
uchar | flag |
Custom element flag: Input mode for InputBox; number of items for DropDown; attribute for Text; checked for CheckBox. |
Definition at line 108 of file AdvDialogs.h.