]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/html.py
corrected cwd manipulation for unicode builds
[wxWidgets.git] / wxPython / src / msw / html.py
index c6ae9a3a18d4ef552cdccbd9e26de43599fc10a8..75d51cc5267d130a2d5b3fd0fc9a4159083c7495 100644 (file)
@@ -1077,6 +1077,14 @@ class HtmlWindow(_windows.ScrolledWindow):
         """SelectAll(self)"""
         return _html.HtmlWindow_SelectAll(*args, **kwargs)
 
+    def SelectionToText(*args, **kwargs):
+        """SelectionToText(self) -> String"""
+        return _html.HtmlWindow_SelectionToText(*args, **kwargs)
+
+    def ToText(*args, **kwargs):
+        """ToText(self) -> String"""
+        return _html.HtmlWindow_ToText(*args, **kwargs)
+
     def base_OnLinkClicked(*args, **kwargs):
         """base_OnLinkClicked(self, HtmlLinkInfo link)"""
         return _html.HtmlWindow_base_OnLinkClicked(*args, **kwargs)