Home
last modified time | relevance | path

Searched refs:SetWidgetsLoweredState (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dwindow_gui.h504 void CDECL SetWidgetsLoweredState(bool lowered_stat, int widgets, ...);
H A Dcompany_gui.cpp1448 this->SetWidgetsLoweredState(!this->is_female, WID_SCMF_MALE, WID_SCMF_MALE2, WIDGET_LIST_END); in OnPaint()
1449 …this->SetWidgetsLoweredState( this->is_female, WID_SCMF_FEMALE, WID_SCMF_FEMALE2, WIDGET_LIST_END); in OnPaint()
H A Dtoolbar_gui.cpp2444 this->SetWidgetsLoweredState(false, WID_TE_DATE_BACKWARD, WID_TE_DATE_FORWARD, WIDGET_LIST_END); in OnTimeout()
H A Dwindow.cpp566 void CDECL Window::SetWidgetsLoweredState(bool lowered_stat, int widgets, ...) in SetWidgetsLoweredState() function in Window