Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSize
Method
setSize
MyGUIEngine/src/MyGUI_ListBox.cpp:245–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
void ListBox::setSize(const IntSize& _size)
246
{
247
Base::setSize(_size);
248
249
updateScroll();
250
updateLine();
251
}
252
253
void ListBox::setCoord(const IntCoord& _coord)
254
{
Callers
1
updateScroll
Method · 0.45
Calls
1
setSize
Function · 0.85
Tested by
no test coverage detected