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

Method setSize

MyGUIEngine/src/MyGUI_TabControl.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 void TabControl::setSize(const IntSize& _size)
194 {
195 Base::setSize(_size);
196
197 updateBar();
198 }
199
200 void TabControl::setCoord(const IntCoord& _coord)
201 {

Callers 2

initialiseOverrideMethod · 0.45
updateBarOldMethod · 0.45

Calls 1

setSizeFunction · 0.85

Tested by

no test coverage detected