Home
last modified time | relevance | path

Searched refs:SetWidgetName (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DCustomWindow.h35 void SetWidgetName(rct_window* w, rct_widgetindex widgetIndex, std::string_view name);
H A DScWidget.hpp64 OpenRCT2::Ui::Windows::SetWidgetName(w, _widgetIndex, value); in name_set()
H A DCustomWindow.cpp1406 void SetWidgetName(rct_window* w, rct_widgetindex widgetIndex, std::string_view name) in SetWidgetName() function
/dports/x11/libsx/libsx/
H A DREADME298 routines. It's also possible to add a SetWidgetName() type of
301 a SetWidgetName(), but for now I don't think so. The customization
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwidget.hpp688 void SetWidgetName( const DString& wName){widgetName = wName;} in SetWidgetName() function in GDLWidget