MCPcopy Create free account
hub / github.com/MyGUI/mygui / onSetWidgetCoord

Method onSetWidgetCoord

Tools/LayoutEditor/EditorWidgets.cpp:840–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838 }
839
840 void EditorWidgets::onSetWidgetCoord(MyGUI::Widget* _widget, const MyGUI::IntCoord& _value, std::string_view _owner)
841 const
842 {
843 eventChangeWidgetCoord(_widget, _value, _owner);
844 }
845
846}

Callers 3

onActionMethod · 0.80
setWidgetCoordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected