-class WXDLLEXPORT wxContextHelp: public wxObject
-{
- DECLARE_DYNAMIC_CLASS(wxContextHelp)
-public:
- wxContextHelp(wxWindow* win = NULL, bool beginHelp = TRUE);
- ~wxContextHelp();
-
- bool BeginContextHelp(wxWindow* win);
- bool EndContextHelp();
-
- bool EventLoop();
- bool DispatchEvent(wxWindow* win, const wxPoint& pt);
+ /// Set the window that can optionally be used for the help window's parent.
+ virtual void SetParentWindow(wxWindow* win) { m_parentWindow = win; }