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

Method setMessageText

Common/MessageBox/MessageBox.h:61–66  ·  view source on GitHub ↗

Set message text*/

Source from the content-addressed store, hash-verified

59
60 /** Set message text*/
61 void setMessageText(const UString& _value)
62 {
63 if (mWidgetText != nullptr)
64 mWidgetText->setCaption(_value);
65 updateSize();
66 }
67
68 /** Create button with specific name*/
69 MessageBoxStyle addButtonName(const UString& _name)

Callers 2

createMessageBoxMethod · 0.80
createMethod · 0.80

Calls 1

setCaptionMethod · 0.45

Tested by

no test coverage detected