used to display server messages when no chatwindow has focus More...
#include <customdialogs.h>
Inherited by ActNotifBox, and MutelistWindow.
Public Member Functions | |
| ServerMessageBox (wxIcon *icon, wxWindow *parent, const wxString &message, const wxString &caption=wxMessageBoxCaptionStr, long style=wxOK, const wxPoint &pos=wxDefaultPosition) | |
| virtual | ~ServerMessageBox () |
| virtual void | AppendMessage (const wxString &message) |
Protected Attributes | |
| wxBoxSizer * | topsizer |
| wxListCtrl * | m_messages |
used to display server messages when no chatwindow has focus
Definition at line 157 of file customdialogs.h.
| ServerMessageBox::ServerMessageBox | ( | wxIcon * | icon, | |
| wxWindow * | parent, | |||
| const wxString & | message, | |||
| const wxString & | caption = wxMessageBoxCaptionStr, |
|||
| long | style = wxOK, |
|||
| const wxPoint & | pos = wxDefaultPosition | |||
| ) |
Definition at line 290 of file customdialogs.cpp.
| ServerMessageBox::~ServerMessageBox | ( | ) | [virtual] |
Definition at line 286 of file customdialogs.cpp.
| void ServerMessageBox::AppendMessage | ( | const wxString & | message | ) | [virtual] |
Reimplemented in ActNotifBox.
Definition at line 315 of file customdialogs.cpp.
wxListCtrl* ServerMessageBox::m_messages [protected] |
Definition at line 169 of file customdialogs.h.
wxBoxSizer* ServerMessageBox::topsizer [protected] |
Definition at line 168 of file customdialogs.h.
1.6.3