Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setCaption
Method
setCaption
MyGUIEngine/src/MyGUI_EditBox.cpp:1638–1641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1636
}
1637
1638
void EditBox::setCaption(const UString& _value)
1639
{
1640
setText(_value, false);
1641
}
1642
1643
const UString& EditBox::getCaption() const
1644
{
Callers
3
setEditPassword
Method · 0.45
setRealString
Method · 0.45
setPasswordChar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected