Home
last modified time | relevance | path

Searched refs:RaiseWidget (Results 1 – 22 of 22) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Drail_gui.cpp502 this->RaiseWidget(WID_RAT_REMOVE); in UpdateRemoveWidgetStatus()
948 this->RaiseWidget(_settings_client.gui.station_numtracks + WID_BRAS_PLATFORM_NUM_BEGIN); in CheckSelectedSize()
959 this->RaiseWidget(_settings_client.gui.station_platlength + WID_BRAS_PLATFORM_LEN_BEGIN); in CheckSelectedSize()
1348 this->RaiseWidget(_railstation.orientation + WID_BRAS_PLATFORM_DIR_X); in OnClick()
1363 this->RaiseWidget(_settings_client.gui.station_numtracks + WID_BRAS_PLATFORM_NUM_BEGIN); in OnClick()
1364 this->RaiseWidget(WID_BRAS_PLATFORM_DRAG_N_DROP); in OnClick()
1398 this->RaiseWidget(_settings_client.gui.station_platlength + WID_BRAS_PLATFORM_LEN_BEGIN); in OnClick()
1399 this->RaiseWidget(WID_BRAS_PLATFORM_DRAG_N_DROP); in OnClick()
1411 this->RaiseWidget(_settings_client.gui.station_numtracks + WID_BRAS_PLATFORM_NUM_BEGIN); in OnClick()
1445 this->RaiseWidget(_settings_client.gui.station_numtracks + WID_BRAS_PLATFORM_NUM_BEGIN); in OnClick()
[all …]
H A Droad_gui.cpp395 this->RaiseWidget(WID_ROT_ONE_WAY); in UpdateOptionWidgetStatus()
402 this->RaiseWidget(WID_ROT_REMOVE); in UpdateOptionWidgetStatus()
1020 this->RaiseWidget(_road_depot_orientation + WID_BROD_DEPOT_NE); in OnClick()
1157 this->RaiseWidget(_road_station_picker_orientation + WID_BROS_STATION_NE); in OnClick()
1167 this->RaiseWidget(_settings_client.gui.station_show_coverage + WID_BROS_LT_OFF); in OnClick()
H A Ddock_gui.cpp458 this->RaiseWidget(_settings_client.gui.station_show_coverage + BDSW_LT_OFF); in OnClick()
553 this->RaiseWidget(_ship_depot_direction + WID_BDD_X); in OnClick()
H A Dorder_gui.cpp932 this->RaiseWidget(WID_O_FULL_LOAD); in UpdateButtonState()
933 this->RaiseWidget(WID_O_UNLOAD); in UpdateButtonState()
934 this->RaiseWidget(WID_O_SERVICE); in UpdateButtonState()
956 this->RaiseWidget(WID_O_NON_STOP); in UpdateButtonState()
H A Ddepot_gui.cpp921 this->RaiseWidget(WID_D_CLONE); in OnPlaceObjectAbort()
1046 this->RaiseWidget(WID_D_SELL); in OnTimeout()
1050 this->RaiseWidget(WID_D_SELL_CHAIN); in OnTimeout()
H A Dgraph_gui.cpp101 this->RaiseWidget(data + WID_GL_FIRST_COMPANY); in OnInvalidateData()
1472 this->RaiseWidget(this->company + WID_PRD_COMPANY_FIRST); in OnClick()
1505 this->RaiseWidget(this->company + WID_PRD_COMPANY_FIRST); in OnInvalidateData()
H A Dstation_gui.cpp561 this->RaiseWidget(i + WID_STL_TRAIN); in OnClick()
608 this->RaiseWidget(WID_STL_CARGOSTART + i); in OnClick()
630 this->RaiseWidget(WID_STL_CARGOSTART + i); in OnClick()
632 this->RaiseWidget(WID_STL_NOCARGOWAITING); in OnClick()
H A Dgenworld_gui.cpp834 this->RaiseWidget(*widget); in OnTimeout()
1108 this->RaiseWidget(_settings_newgame.game_creation.landscape + WID_CS_TEMPERATE); in OnClick()
1171 this->RaiseWidget(*widget); in OnTimeout()
H A Dwindow_gui.h477 inline void RaiseWidget(byte widget_index) in RaiseWidget() function
H A Dterraform_gui.cpp643 this->RaiseWidget(i); in OnTimeout()
H A Dnewgrf_debug_gui.cpp1022 this->RaiseWidget(WID_SA_PICKER); in OnInvalidateData()
H A Dgroup_gui.cpp505 this->RaiseWidget(WID_GL_MANAGE_VEHICLES_DROPDOWN); in OnPaint()
H A Dwindow.cpp310 this->RaiseWidget(widget); in OnDropdownClose()
591 this->RaiseWidget(i); in RaiseButtons()
H A Dcompany_gui.cpp712 this->RaiseWidget(this->livery_class + WID_SCL_CLASS_GENERAL); in SetSelectedGroup()
920 this->RaiseWidget(this->livery_class + WID_SCL_CLASS_GENERAL); in OnClick()
H A Dsmallmap_gui.cpp1312 this->RaiseWidget(this->map_type + WID_SM_CONTOUR); in SwitchMapType()
H A Dtoolbar_gui.cpp2088 this->RaiseWidget(i); in OnTimeout()
H A Dindustry_gui.cpp2908 this->RaiseWidget(WID_IC_NOTIFY); in OnInvalidateData()
/dports/games/spring/spring_98.0/cont/LuaUI/
H A Dtweakmode.lua106 widgetHandler:RaiseWidget()
H A Dwidgets.lua507 wh.RaiseWidget = function (_) self:RaiseWidget(widget) end function
943 function widgetHandler:RaiseWidget(widget) function
1129 self:RaiseWidget(sw)
H A Dselector.lua576 widgetHandler:RaiseWidget(w)
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_gui.cpp1181 this->RaiseWidget(*widget); in OnTimeout()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-1997917 * xconq.c (raise_widget): Rename from RaiseWidget and move here