Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPosition
Method
setPosition
MyGUIEngine/src/MyGUI_MultiListBox.cpp:823–826 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
821
}
822
823
void MultiListBox::setPosition(const IntPoint& _point)
824
{
825
Base::setPosition(_point);
826
}
827
828
void MultiListBox::setSize(const IntSize& _size)
829
{
Callers
nothing calls this directly
Calls
1
setPosition
Function · 0.85
Tested by
no test coverage detected