#include <messagebox.h>
Inheritance diagram for wftk::MessageDialog:

Public Member Functions | |
| MessageDialog (const std::string &title, const std::string &msg, const std::string &border_res_name="dialogbox_frame", const Font &font=Font()) | |
| Create a message box. | |
| MessageDialog (const std::string &msg) | |
| Create a message box, just specifying the message. | |
| wftk::MessageDialog::MessageDialog | ( | const std::string & | title, | |
| const std::string & | msg, | |||
| const std::string & | border_res_name = "dialogbox_frame", |
|||
| const Font & | font = Font() | |||
| ) | [inline] |
Create a message box.
| title | the title of the message box | |
| msg | message to display in the box | |
| border_res_name | std::string containing the name of the ressource to use for the frame. The ressources are
| |
| font | font to use, defaults to Font() |
| wftk::MessageDialog::MessageDialog | ( | const std::string & | msg | ) | [inline] |
Create a message box, just specifying the message.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| msg | the message that should be displayed |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.