X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b9048c56f0aa04b2adbb7813f9698abdda15184..52f52ebc4e0be6a9899d328b08db9eb14629d219:/wxPython/src/html.i diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 8682499057..250a7666bb 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -883,7 +883,12 @@ public: //Adds input filter static void AddFilter(wxPyHtmlFilter *filter); + // Helper functions to select parts of page: + void SelectWord(const wxPoint& pos); + void SelectLine(const wxPoint& pos); + void SelectAll(); + void base_OnLinkClicked(const wxHtmlLinkInfo& link); void base_OnSetTitle(const wxString& title); void base_OnCellMouseHover(wxHtmlCell *cell, wxCoord x, wxCoord y);