Drop down list entry for showing a checked/unchecked toggle item.
More...
|
| DropDownListCheckedItem (StringID string, int result, bool masked, bool checked) |
|
uint | Width () const |
|
void | Draw (int left, int right, int top, int bottom, bool sel, int bg_colour) const |
|
| DropDownListStringItem (StringID string, int result, bool masked) |
|
virtual bool | Selectable () const |
|
virtual StringID | String () const |
|
| DropDownListItem (int result, bool masked) |
|
virtual uint | Height (uint width) const |
|
|
bool | checked |
|
StringID | string |
| String ID of item.
|
|
int | result |
| Result code to return to window on selection.
|
|
bool | masked |
| Masked and unselectable item.
|
|
Drop down list entry for showing a checked/unchecked toggle item.
Definition at line 88 of file toolbar_gui.cpp.
The documentation for this class was generated from the following file: