Table Of Contents

Previous topic

iewin_old

Next topic

imagebrowser

This Page

phoenix_title IEHtmlWindow


class_hierarchy Inheritance Diagram

Inheritance diagram for class IEHtmlWindow

Inheritance diagram of IEHtmlWindow


super_classes Known Superclasses

activex.IEHtmlWindowBase


method_summary Methods Summary

__init__  
AddRef  
ClientToWindow  
ExecWB  
GetIDsOfNames  
GetProperty  
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.
GetTypeInfo  
GetTypeInfoCount  
GoBack  
GoForward  
GoHome  
GoSearch  
Invoke  
LoadStream Load the html document from a wx.InputStream or a Python
LoadString Load the html document from a string
LoadUrl Load the document from url.
Navigate  
Navigate2  
PutProperty  
QueryInterface  
QueryStatusWB  
Quit  
RefreshPage  
Release  
SetCharset  
ShowBrowserBar  
Stop  

property_summary Properties Summary

addressbar  
application  
busy  
container  
document  
fullname  
fullscreen  
height  
hwnd  
left  
locationname  
locationurl  
menubar  
name  
offline  
parent  
path  
readystate  
registerasbrowser  
registerasdroptarget  
resizable  
silent  
statusbar  
statustext  
theatermode  
toolbar  
top  
toplevelcontainer  
type  
visible  
width  

api Class API



class IEHtmlWindow(activex.IEHtmlWindowBase)

Methods



__init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0, name='IEHtmlWindow', ID=-1)


AddRef(self)


ClientToWindow(self, pcx, pcy)


ExecWB(self, cmdID, cmdexecopt, pvaIn, pvaOut=None)


GetIDsOfNames(self, riid, rgszNames, cNames, lcid)


GetProperty(self, Property)


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.



GetTypeInfo(self, itinfo, lcid)


GetTypeInfoCount(self)


GoBack(self)


GoForward(self)


GoHome(self)


GoSearch(self)


Invoke(self, dispidMember, riid, lcid, wFlags, pdispparams)


LoadStream(self, stream)

Load the html document from a wx.InputStream or 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.



Navigate(self, URL, Flags=0, TargetFrameName=None, PostData=None, Headers=None)


Navigate2(self, URL, Flags=0, TargetFrameName=None, PostData=None, Headers=None)


PutProperty(self, Property, vtValue)


QueryInterface(self, riid)


QueryStatusWB(self, cmdID)


Quit(self)


RefreshPage(self, Level=REFRESH_NORMAL)


Release(self)


SetCharset(self, charset)


ShowBrowserBar(self, pvaClsid, pvarShow, pvarSize=None)


Stop(self)