git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31045
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return self.Navigate2(URL, Flags)
return self.Navigate2(URL, Flags)
- def GetStringSelection(self, asHTML):
+ def GetStringSelection(self, asHTML=True):
"""
Returns the contents of the selected portion of the document as
either html or plain text.
"""
Returns the contents of the selected portion of the document as
either html or plain text.
return wx.activex.IEHtmlWindowBase.GetStringSelection(self, asHTML)
return wx.activex.IEHtmlWindowBase.GetStringSelection(self, asHTML)
- def GetText(self, asHTML):
+ def GetText(self, asHTML=True):
"""
Returns the contents of the the html document as either html or plain text.
"""
"""
Returns the contents of the the html document as either html or plain text.
"""