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

Method setPosition

MyGUIEngine/src/MyGUI_TabControl.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 void TabControl::setPosition(const IntPoint& _point)
187 {
188 Base::setPosition(_point);
189
190 updateBar();
191 }
192
193 void TabControl::setSize(const IntSize& _size)
194 {

Callers

nothing calls this directly

Calls 1

setPositionFunction · 0.85

Tested by

no test coverage detected