Searched refs:WID_BRAS_HIGHLIGHT_OFF (Results 1 – 2 of 2) sorted by relevance
57 WID_BRAS_HIGHLIGHT_OFF, ///< Button for turning coverage highlighting off. enumerator
1013 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),