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);