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) |
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.
| CustomMessageBox::CustomMessageBox | ( | wxIcon * | icon, | |
| wxWindow * | parent, | |||
| const wxString & | message, | |||
| const wxString & | caption = wxMessageBoxCaptionStr, |
|||
| long | style = wxOK|wxICON_INFORMATION, |
|||
| const wxPoint & | pos = wxDefaultPosition | |||
| ) |
Definition at line 43 of file customdialogs.cpp.
| CustomMessageBox::~CustomMessageBox | ( | ) | [virtual] |
Definition at line 121 of file customdialogs.cpp.
| void CustomMessageBox::OnOptionsNo | ( | wxCommandEvent & | event | ) |
Definition at line 126 of file customdialogs.cpp.
1.6.3