]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpwxht.h
wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY_2 (everybody should
[wxWidgets.git] / include / wx / generic / helpwxht.h
index 18c765afae0e1d1f71df24031b28b8a49e7b114c..9f1f8f9fcad2c7593985ff1550dfffc6c6dceb1d 100644 (file)
@@ -51,9 +51,9 @@ DECLARE_CLASS(wxHelpControllerHtml)
                                    const wxPoint &pos = wxDefaultPosition,
                                    bool newFrameEachTime = FALSE);
    /// Obtains the latest settings used by the help frame.
-   virtual void GetFrameParameters(wxSize *size = NULL,
-                                   wxPoint *pos = NULL,
-                                   bool *newFrameEachTime = NULL);
+   virtual wxFrame * GetFrameParameters(wxSize *size = NULL,
+                                        wxPoint *pos = NULL,
+                                        bool *newFrameEachTime = NULL);
    
    
 private: