Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addText
Method
addText
MyGUIEngine/src/MyGUI_EditBox.cpp:1994–1997 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1992
}
1993
1994
void EditBox::addText(const UString& _text)
1995
{
1996
insertText(_text, ITEM_NONE, false);
1997
}
1998
1999
void EditBox::eraseText(size_t _start, size_t _count)
2000
{
Callers
3
ExportEditBox_AddText__text
Function · 0.80
MyGUI_Managed_EditBox.h
File · 0.80
addToConsole
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected