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

Method setMessageStyle

Common/MessageBox/MessageBox.h:159–163  ·  view source on GitHub ↗

Set message style (button and icon)*/

Source from the content-addressed store, hash-verified

157
158 /** Set message style (button and icon)*/
159 void setMessageStyle(MessageBoxStyle _value)
160 {
161 setMessageButton(_value);
162 setMessageIcon(_value);
163 }
164
165 void setMessageModal(bool _value)
166 {

Callers 2

createMessageBoxMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected