Home
last modified time | relevance | path

Searched refs:SetLowered (Results 1 – 6 of 6) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dwindow_gui.h450 this->GetWidget<NWidgetCore>(widget_index)->SetLowered(lowered_stat); in SetWidgetLoweredState()
461 this->GetWidget<NWidgetCore>(widget_index)->SetLowered(!lowered_state); in ToggleWidgetLoweredState()
H A Dwidget_type.h321 inline void SetLowered(bool lowered); in DECLARE_ENUM_AS_BIT_SET()
369 inline void NWidgetCore::SetLowered(bool lowered) in SetLowered() function
H A Dautoreplace_gui.cpp244 widget->SetLowered(this->show_hidden_engines); in ReplaceVehicleWindow()
H A Dwindow.cpp599 wid->SetLowered(false); in RaiseButtons()
752 nw->SetLowered(true); in DispatchLeftClickEvent()
H A Dbuild_vehicle_gui.cpp1113 widget->SetLowered(this->show_hidden_engines); in BuildVehicleWindow()
H A Dwidget.cpp1787 child->SetLowered(this->clicked == sub_wid); in Draw()