- // message processing
- // ------------------
-
- // process the given message
- virtual void DoMessage(WXMSG *pMsg);
-
- // retrieve the next message from the queue and process it
- virtual bool DoMessage();
-
- // preprocess the message
- virtual bool ProcessMessage(WXMSG* pMsg);
-
- // idle processing
- // ---------------
-