]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/help.h
Make the CreateTool factories be public so they can be used from application code
[wxWidgets.git] / interface / wx / help.h
index e32617b3208f4aa2ce29a41bea17015416bd27a1..574ee279478710ae5b7319be7714a729004b172e 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxHelpController
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -153,8 +153,8 @@ public:
         @param newFrameEachTime
             @true if a new frame is drawn with each invocation.
     */
-    virtual wxFrame* GetFrameParameters(const wxSize* size = NULL,
-                                        const wxPoint* pos = NULL,
+    virtual wxFrame* GetFrameParameters(wxSize* size = NULL,
+                                        wxPoint* pos = NULL,
                                         bool* newFrameEachTime = NULL);
 
     /**
@@ -208,10 +208,10 @@ public:
     virtual bool LoadFile(const wxString& file = wxEmptyString);
 
     /**
-        Overrideable member called when this application's viewer is quit by the user.
+        Overridable member called when this application's viewer is quit by the user.
         This does not work for all help controllers.
     */
-    virtual bool OnQuit();
+    virtual void OnQuit();
 
     /**
         If the viewer is running, quits it by disconnecting.