]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/generic/helpext.h
adding default interpolation enum
[wxWidgets.git] / interface / wx / generic / helpext.h
index 57c84afce95e8523e64f701418d286379c58cb0f..d20394405d6146b8b1635ba3cbe9a713f46bb8bd 100644 (file)
@@ -3,13 +3,12 @@
 // Purpose:     interface of wxExtHelpController
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 /**
     @class wxExtHelpController
-    @wxheader{help.h}
 
     This class implements help via an external browser.
     It requires the name of a directory containing the documentation
@@ -53,22 +52,6 @@ public:
     virtual void SetViewer(const wxString& viewer = wxEmptyString,
                            long flags = wxHELP_NETSCAPE);
 
-    /**
-        This must be called to tell the controller where to find the
-        documentation.
-        If a locale is set, look in file/localename, i.e.
-        If passed "/usr/local/myapp/help" and the current wxLocale is
-        set to be "de", then look in "/usr/local/myapp/help/de/"
-        first and fall back to "/usr/local/myapp/help" if that
-        doesn't exist.
-
-        @param file
-            NOT a filename, but a directory name.
-
-        @return @true on success
-    */
-    virtual bool Initialize(const wxString& dir, int server);
-
     /**
         This must be called to tell the controller where to find the
         documentation.
@@ -129,6 +112,10 @@ public:
 
         @param k
             string to search for, empty string will list all entries
+        
+        @param mode    
+            optional parameter allows the search the index (wxHELP_SEARCH_INDEX) 
+            but this currently only supported by the wxHtmlHelpController.
 
         @return @true on success
     */