OpenTTD
|
Drop down list entry for showing a company entry, with companies 'blob'. More...
Public Member Functions | |
DropDownListCompanyItem (int result, bool masked, bool greyed) | |
bool | Selectable () const |
uint | Width () const |
uint | Height (uint width) const |
void | Draw (int left, int right, int top, int bottom, bool sel, int bg_colour) const |
![]() | |
DropDownListItem (int result, bool masked) |
Data Fields | |
bool | greyed |
![]() | |
int | result |
Result code to return to window on selection. | |
bool | masked |
Masked and unselectable item. |
Private Attributes | |
Dimension | icon_size |
Drop down list entry for showing a company entry, with companies 'blob'.
Definition at line 118 of file toolbar_gui.cpp.