]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpctrl.h
SendSizeEvent() method moved from wxWindow to wxFrame, as that is the only place...
[wxWidgets.git] / include / wx / html / helpctrl.h
index 4a247371a1ea3c12745a0879b547afbb7981597d..b1808aa4bdcbcf1d7dffc18bbc9b5ca39203c950 100644 (file)
@@ -72,6 +72,8 @@ class WXDLLEXPORT wxHtmlHelpController : public wxHelpControllerBase // wxEvtHan
         virtual bool DisplaySection(int sectionNo);
         virtual bool DisplaySection(const wxString& section) { return Display(section); }
         virtual bool DisplayBlock(long blockNo) { return DisplaySection(blockNo); }
+        virtual bool DisplayTextPopup(const wxString& text, const wxPoint& pos);
+
         virtual void SetFrameParameters(const wxString& title,
                                    const wxSize& size,
                                    const wxPoint& pos = wxDefaultPosition,