From 80667df3944ff09dccd9007cabc6a27c11561226 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 13 Jan 2006 05:19:07 +0000 Subject: [PATCH] Added GetFrame and GetDialog git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/html.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wxPython/src/html.i b/wxPython/src/html.i index d49353fa1b..8bccd1305e 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -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); -- 2.50.0