__init__ |
|
CanGoBack |
|
CanGoForward |
|
CommandStateChange |
|
GetStringSelection |
Returns the contents of the selected portion of the document as |
GetText |
Returns the contents of the the html document as either html or plain text. |
GoBack |
|
GoForward |
|
GoHome |
|
GoSearch |
|
LoadStream |
Load the html document from a Python file-like object. |
LoadString |
Load the html document from a string |
LoadUrl |
Load the document from url. |
Navigate |
|
Print |
|
PrintPreview |
|
Quit |
|
RefreshPage |
|
Stop |
busy |
|
document |
|
locationname |
|
locationurl |
|
offline |
|
readystate |
|
registerasbrowser |
|
registerasdroptarget |
|
silent |
|
type |
IEHtmlWindow
(wx.lib.activex.ActiveXCtrl)¶__init__
(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, name='IEHtmlWindow')¶CanGoBack
(self)¶CanGoForward
(self)¶CommandStateChange
(self, this, command, enable)¶GetStringSelection
(self, asHTML=True)¶Returns the contents of the selected portion of the document as either html or plain text.
GetText
(self, asHTML=True)¶Returns the contents of the the html document as either html or plain text.
GoBack
(self)¶GoForward
(self)¶GoHome
(self)¶GoSearch
(self)¶LoadStream
(self, stream)¶Load the html document from a Python file-like object.
LoadString
(self, html)¶Load the html document from a string
LoadUrl
(self, URL, Flags=0)¶Load the document from url.
Print
(self, showDialog=False)¶PrintPreview
(self)¶Quit
(self)¶RefreshPage
(self, Level=REFRESH_NORMAL)¶Stop
(self)¶