]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
Added GetFrame and GetDialog
[wxWidgets.git] / wxPython / src / html.i
index d49353fa1b007a0489ae68c0fba036ef8d61f2bc..8bccd1305eae97ef7f96f416a51f8157505a2f84 100644 (file)
@@ -1497,6 +1497,7 @@ public:
 
     /// Get the window that can optionally be used for the help window's parent.
     virtual wxWindow* GetParentWindow() const;
+
 };
 
 
@@ -1515,6 +1516,9 @@ public:
     wxHtmlHelpWindow* GetHelpWindow();
     void SetHelpWindow(wxHtmlHelpWindow* helpWindow);
 
+    wxHtmlHelpFrame* GetFrame();
+    wxHtmlHelpDialog* GetDialog();
+
     void SetTitleFormat(const wxString& format);
     void SetTempDir(const wxString& path);
     bool AddBook(const wxString& book, int show_wait_msg = false);