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

Method setCoord

MyGUIEngine/src/MyGUI_TabControl.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 void TabControl::setCoord(const IntCoord& _coord)
201 {
202 Base::setCoord(_coord);
203
204 updateBar();
205 }
206
207 void TabControl::notifyPressedButtonEvent(MyGUI::Widget* _sender)
208 {

Callers 3

onWidgetCreatedMethod · 0.45
updateBarOldMethod · 0.45
updateBarNewMethod · 0.45

Calls 1

setCoordFunction · 0.85

Tested by

no test coverage detected