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

Function setWidgetCoord

MyGUIEngine/include/MyGUI_WidgetTranslate.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 inline void setWidgetCoord(Widget* _widget, int _left, int _top, int _width, int _height, bool _vert)
42 {
43 _vert ? _widget->setCoord(_left, _top, _width, _height) : _widget->setCoord(_top, _left, _height, _width);
44 }
45
46 inline void convertWidgetCoord(IntCoord& _coord, bool _vert)
47 {

Callers 2

notifyChangePositionMethod · 0.85
updateFromCoordValueMethod · 0.85

Calls 1

setCoordMethod · 0.45

Tested by

no test coverage detected