Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSize
Method
setSize
MyGUIEngine/src/MyGUI_EditBox.cpp:1624–1629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1622
}
1623
1624
void EditBox::setSize(const IntSize& _size)
1625
{
1626
Base::setSize(_size);
1627
1628
eraseView();
1629
}
1630
1631
void EditBox::setCoord(const IntCoord& _coord)
1632
{
Callers
nothing calls this directly
Calls
1
setSize
Function · 0.85
Tested by
no test coverage detected