Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initialiseOverride
Method · 0.45
updateBarOld
Method · 0.45
Calls
1
setSize
Function · 0.85
Tested by
no test coverage detected