Go to the source code of this file.
|
| gui2 |
| A class inherited from ttext_box that displays its input as stars.
|
|
|
void | gui2::show_message (CVideo &video, const std::string &title, const std::string &message, const std::string &button_caption="", const bool auto_close=true, const bool message_use_markup=false) |
| Shows a message to the user. More...
|
|
int | gui2::show_message (CVideo &video, const std::string &title, const std::string &message, const tmessage::tbutton_style button_style, bool message_use_markup=false, bool title_use_markup=false) |
| Shows a message to the user. More...
|
|
void | gui2::show_error_message (CVideo &video, const std::string &message, bool message_use_markup=false) |
| Shows an error message to the user. More...
|
|