MCPcopy 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

notifyClickAddMethod · 0.80
notifyClickAddMethod · 0.80
notifyClickAddMethod · 0.80
OnRenameDataMethod · 0.80
notifyClickAddMethod · 0.80
notifyClickAddMethod · 0.80
notifyClickAddMethod · 0.80

Calls 1

setCaptionMethod · 0.45

Tested by

no test coverage detected