]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpchm.h
Commit Carsten Fuchs' patch for separating wxGLCanvas
[wxWidgets.git] / include / wx / msw / helpchm.h
index 72afc643dc2fb06618f30b97846fa56695de322e..859290f94ca462c0f25fe364c97a82f359578220 100644 (file)
@@ -20,7 +20,6 @@ class WXDLLEXPORT wxCHMHelpController : public wxHelpControllerBase
 {
 public:
     wxCHMHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) { }
-    virtual ~wxCHMHelpController();
 
     // Must call this to set the filename
     virtual bool Initialize(const wxString& file);
@@ -40,6 +39,11 @@ public:
 
     wxString GetHelpFile() const { return m_helpFile; }
 
+    // helper of DisplayTextPopup(), also used in wxSimpleHelpProvider::ShowHelp
+    static bool ShowContextHelpPopup(const wxString& text,
+                                     const wxPoint& pos,
+                                     wxWindow *window);
+
 protected:
     // Append extension if necessary.
     wxString GetValidFilename(const wxString& file) const;