#include <ok_dialog.h>

Definition at line 36 of file ok_dialog.h.
Public Member Functions | |
| OkDialog (const std::string &title, const std::string &msg, Window *parent=NULL) | |
| Constructor. | |
| void | action (const gcn::ActionEvent &event) |
| Called when receiving actions from the widgets. | |
Private Attributes | |
| TextBox * | mTextBox |
| OkDialog::OkDialog | ( | const std::string & | title, | |
| const std::string & | msg, | |||
| Window * | parent = NULL | |||
| ) |
| void OkDialog::action | ( | const gcn::ActionEvent & | event | ) |
TextBox* OkDialog::mTextBox [private] |
Definition at line 53 of file ok_dialog.h.
1.5.5