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 |
Data Fields | |
bool | checked |
Private Attributes | |
uint | checkmark_width |
Drop down list entry for showing a checked/unchecked toggle item.
Definition at line 72 of file toolbar_gui.cpp.