Searched refs:WID_VL_SORT_BY_PULLDOWN (Results 1 – 2 of 2) sorted by relevance
/dports/games/openttd/openttd-12.1/src/widgets/ |
H A D | vehicle_widget.h | 71 WID_VL_SORT_BY_PULLDOWN, ///< Sort by dropdown list. enumerator
|
/dports/games/openttd/openttd-12.1/src/ |
H A D | vehicle_gui.cpp | 1390 …NWidget(WWT_DROPDOWN, COLOUR_GREY, WID_VL_SORT_BY_PULLDOWN), SetMinimalSize(167, 12), SetFill(0, 1… 1817 …this->GetWidget<NWidgetCore>(WID_VL_SORT_BY_PULLDOWN)->widget_data = this->GetVehicleSorterNames()… in OnPaint() 1840 case WID_VL_SORT_BY_PULLDOWN: // Select sorting criteria dropdown menu in OnClick() 1841 …wnMenu(this, this->GetVehicleSorterNames(), this->vehgroups.SortType(), WID_VL_SORT_BY_PULLDOWN, 0, in OnClick() 1909 case WID_VL_SORT_BY_PULLDOWN: in OnDropdownSelect()
|