23 #ifndef __MYGUI_MESSAGE_H__
24 #define __MYGUI_MESSAGE_H__
47 void setMessageText(const
UString& _value);
53 void setSmoothShow(
bool _value);
56 const std::
string& getDefaultLayer() {
return mDefaultLayer; }
61 void setWindowFade(
bool _value);
72 void setMessageModal(
bool _value);
83 const std::string& _skin,
87 const std::string& _layer =
"",
89 const std::string& _button1 =
"",
90 const std::string& _button2 =
"",
91 const std::string& _button3 =
"",
92 const std::string& _button4 =
"");
96 virtual void setProperty(
const std::string& _key,
const std::string& _value);
122 const char * getIconName(
size_t _index);
123 const char * getButtonName(
size_t _index);
124 const char * getButtonTag(
size_t _index);
128 void shutdownWidgetSkin();
136 std::string mButtonSkin, mButtonType;
137 IntSize mButtonSize, mButtonOffset;
144 std::string mDefaultLayer, mDefaultCaption;
145 std::string mFadeSkin, mFadeLayer;
155 #endif // __MYGUI_MESSAGE_H__