displays channel mutelist More...
#include <customdialogs.h>
Inherits ServerMessageBox.

Public Member Functions | |
| MutelistWindow (wxIcon *icon, wxWindow *parent, const wxString &message, const wxString &caption=_T("User action notification"), long style=wxOK, const wxPoint &pos=wxDefaultPosition) | |
| virtual | ~MutelistWindow () |
| virtual void | AppendMessage (const wxString &message) |
Protected Attributes | |
| wxBoxSizer * | topsizer |
| wxListCtrl * | m_messages |
displays channel mutelist
Definition at line 185 of file customdialogs.h.
| MutelistWindow::MutelistWindow | ( | wxIcon * | icon, | |
| wxWindow * | parent, | |||
| const wxString & | message, | |||
| const wxString & | caption = _T("User action notification"), |
|||
| long | style = wxOK, |
|||
| const wxPoint & | pos = wxDefaultPosition | |||
| ) |
Definition at line 427 of file customdialogs.cpp.
| MutelistWindow::~MutelistWindow | ( | ) | [virtual] |
Definition at line 433 of file customdialogs.cpp.
| void ServerMessageBox::AppendMessage | ( | const wxString & | message | ) | [virtual, inherited] |
Reimplemented in ActNotifBox.
Definition at line 315 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