#include <wg_message_client.h>
Inheritance diagram for wGui::CMessageClient:
Definition at line 38 of file wg_message_client.h.
virtual bool wGui::CMessageClient::HandleMessage | ( | CMessage * | pMessage | ) | [pure virtual] |
This is the callback used by the Message Server to distribute messages The client must first register with the server and indicate any messages it wishes to recieve
Implemented in wGui::CApplication, wGui::CButton, wGui::CCheckBox, wGui::CDropDown, wGui::CEditBox, wGui::CFrame, wGui::CListBox, wGui::CMenuBase, wGui::CMenu, wGui::CPopupMenu, wGui::CMessageBox, wGui::CRadioButton, wGui::CScrollBar, wGui::CTextBox, wGui::CTimer, wGui::CToolBar, wGui::CToolTip, wGui::CView, and wGui::CWindow.