CustomMessageBox Class Reference

used to display information throughout the app almost identical to wx's own dialog except for the possibility to set a custom icon More...

#include <customdialogs.h>

Public Member Functions

 CustomMessageBox (wxIcon *icon, wxWindow *parent, const wxString &message, const wxString &caption=wxMessageBoxCaptionStr, long style=wxOK|wxICON_INFORMATION, const wxPoint &pos=wxDefaultPosition)
virtual ~CustomMessageBox ()
void OnOptionsNo (wxCommandEvent &event)

Detailed Description

used to display information throughout the app almost identical to wx's own dialog except for the possibility to set a custom icon

Definition at line 92 of file customdialogs.h.


Constructor & Destructor Documentation

CustomMessageBox::CustomMessageBox ( wxIcon *  icon,
wxWindow *  parent,
const wxString message,
const wxString caption = wxMessageBoxCaptionStr,
long  style = wxOK|wxICON_INFORMATION,
const wxPoint pos = wxDefaultPosition 
)

Todo:
use bitmap from customisation

Definition at line 43 of file customdialogs.cpp.

CustomMessageBox::~CustomMessageBox (  )  [virtual]

Definition at line 121 of file customdialogs.cpp.


Member Function Documentation

void CustomMessageBox::OnOptionsNo ( wxCommandEvent &  event  ) 

Definition at line 126 of file customdialogs.cpp.


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

Generated on Thu Dec 29 00:11:43 2011 for SpringLobby by doxygen 1.6.3