|
WINDEX
|
A popup with a message. More...
#include <wex.h>
Public Member Functions | |
| msgbox (const std::string &msg) | |
| CTOR for simple message box with OK button. | |
| msgbox (gui &parent, const std::string &msg, const std::string &title, unsigned int type) | |
| CTOR for message box with title and configurable buttons. | |
Public Attributes | |
| int | myReturn |
| Button id clicked by user. | |
A popup with a message.