- bool BeginContextHelp(wxWindow* win);
- bool EndContextHelp();
-
- bool EventLoop(const wxCursor& cursor, wxWindow* win);
- bool DispatchEvent(wxWindow* win, const wxPoint& pt);
-
-#ifdef __WXMSW__
- bool ProcessHelpMessage(WXMSG* wxmsg, const wxCursor& cursor, wxWindow* win);
-#endif
+ /// Get the window that can optionally be used for the help window's parent.
+ virtual wxWindow* GetParentWindow() const { return m_parentWindow; }