Drop down list entry for showing a checked/unchecked toggle item.
More...
Public Member Functions |
| 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 |
Data Fields |
bool | checked |
StringID | string |
| String ID of item.
|
int | result |
| Result code to return to window on selection.
|
bool | masked |
| Masked and unselectable item.
|
Private Attributes |
uint | checkmark_width |
Detailed Description
Drop down list entry for showing a checked/unchecked toggle item.
Definition at line 85 of file toolbar_gui.cpp.
The documentation for this class was generated from the following file: