MCPcopy 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

setEditPasswordMethod · 0.45
setRealStringMethod · 0.45
setPasswordCharMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected