WINDEX
Public Member Functions | Public Attributes | List of all members
wex::msgbox Class Reference

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.
 

Detailed Description

A popup with a message.


The documentation for this class was generated from the following file: