Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSize
Method
setSize
MyGUIEngine/src/MyGUI_ItemBox.cpp:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void ItemBox::setSize(const IntSize& _size)
82
{
83
Base::setSize(_size);
84
updateFromResize();
85
}
86
87
void ItemBox::setCoord(const IntCoord& _coord)
88
{
Callers
1
_updateAllVisible
Method · 0.45
Calls
1
setSize
Function · 0.85
Tested by
no test coverage detected