Home
last modified time | relevance | path

Searched refs:WID_BRAS_HIGHLIGHT_OFF (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/widgets/
H A Drail_widget.h57 WID_BRAS_HIGHLIGHT_OFF, ///< Button for turning coverage highlighting off. enumerator
/dports/games/openttd/openttd-12.1/src/
H A Drail_gui.cpp1013 this->SetWidgetLoweredState(WID_BRAS_HIGHLIGHT_OFF, !_settings_client.gui.station_show_coverage); in BuildRailStationWindow()
1460 case WID_BRAS_HIGHLIGHT_OFF: in OnClick()
1462 _settings_client.gui.station_show_coverage = (widget != WID_BRAS_HIGHLIGHT_OFF); in OnClick()
1464 … this->SetWidgetLoweredState(WID_BRAS_HIGHLIGHT_OFF, !_settings_client.gui.station_show_coverage); in OnClick()
1620 NWidget(WWT_TEXTBTN, COLOUR_GREY, WID_BRAS_HIGHLIGHT_OFF), SetMinimalSize(60, 12),