displays user action notifications More...
#include <customdialogs.h>
Inherits ServerMessageBox.

Public Member Functions | |
| ActNotifBox (wxIcon *icon, wxWindow *parent, const wxString &message, const wxString &caption=_T("User action notification"), long style=wxOK, const wxPoint &pos=wxDefaultPosition) | |
| virtual | ~ActNotifBox () |
| virtual void | AppendMessage (const wxString &message) |
Protected Attributes | |
| wxBoxSizer * | topsizer |
| wxListCtrl * | m_messages |
displays user action notifications
Definition at line 173 of file customdialogs.h.
| ActNotifBox::ActNotifBox | ( | wxIcon * | icon, | |
| wxWindow * | parent, | |||
| const wxString & | message, | |||
| const wxString & | caption = _T("User action notification"), |
|||
| long | style = wxOK, |
|||
| const wxPoint & | pos = wxDefaultPosition | |||
| ) |
Definition at line 326 of file customdialogs.cpp.
| ActNotifBox::~ActNotifBox | ( | ) | [virtual] |
Definition at line 332 of file customdialogs.cpp.
| void ActNotifBox::AppendMessage | ( | const wxString & | message | ) | [virtual] |
Reimplemented from ServerMessageBox.
Definition at line 334 of file customdialogs.cpp.
wxListCtrl* ServerMessageBox::m_messages [protected, inherited] |
Definition at line 169 of file customdialogs.h.
wxBoxSizer* ServerMessageBox::topsizer [protected, inherited] |
Definition at line 168 of file customdialogs.h.
1.6.3