Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPosition
Method
setPosition
MyGUIEngine/src/MyGUI_ListBox.cpp:240–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void ListBox::setPosition(const IntPoint& _point)
241
{
242
Base::setPosition(_point);
243
}
244
245
void ListBox::setSize(const IntSize& _size)
246
{
Callers
3
updateLine
Method · 0.45
removeAllItems
Method · 0.45
_setScrollView
Method · 0.45
Calls
1
setPosition
Function · 0.85
Tested by
no test coverage detected