I want to post event to my thread. Definition of thread calss:
class CServerThread : public wxThread, public wxEvtHandler
How to catch custom events in this thread? I think some metod of wxEvtHandler must be called in wxThread::Entry(), but I did not find it.. May be exists some example?