Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setTextField
Method
setTextField
Tools/EditorFramework/TextFieldControl.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void TextFieldControl::setTextField(const MyGUI::UString& _value)
67
{
68
mText->setCaption(_value);
69
}
70
71
MyGUI::UString TextFieldControl::getTextField()
72
{
Callers
8
notifyClickAdd
Method · 0.80
notifyClickAdd
Method · 0.80
notifyClickAdd
Method · 0.80
command_ProjectRenameItem
Method · 0.80
OnRenameData
Method · 0.80
notifyClickAdd
Method · 0.80
notifyClickAdd
Method · 0.80
notifyClickAdd
Method · 0.80
Calls
1
setCaption
Method · 0.45
Tested by
no test coverage detected