MCPcopy Create free account
hub / github.com/MyGUI/mygui / setCaption

Method setCaption

Common/MessageBox/MessageBox.h:55–58  ·  view source on GitHub ↗

Set caption text*/

Source from the content-addressed store, hash-verified

53
54 /** Set caption text*/
55 void setCaption(const UString& _value)
56 {
57 mMainWidget->castType<Window>()->setCaption(_value);
58 }
59
60 /** Set message text*/
61 void setMessageText(const UString& _value)

Callers 4

setMessageTextMethod · 0.45
addButtonNameMethod · 0.45
createMessageBoxMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected