A wx.Window for hosting ActiveX controls. The COM interface of the ActiveX control is accessible through the ctrl property of this class, and this class is also set as the event sink for COM events originating from the ActiveX control. In other words, to catch the COM events you merely have to derive from this class and provide a method with the correct name. See the comtypes package documentation for more details.
All parameters are like those used in normal wx.Windows with |
|
Returns the contents of the selected portion of the document as |
|
Returns the contents of the the html document as either html or plain text. |
|
Load the html document from a Python file-like object. |
|
Load the html document from a string |
|
Load the document from url. |
|
Navigate(flags=NavigationKeyEvent.IsForward) -> bool |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A wx.Window for hosting ActiveX controls. The COM interface of the ActiveX control is accessible through the ctrl property of this class, and this class is also set as the event sink for COM events originating from the ActiveX control. In other words, to catch the COM events you merely have to derive from this class and provide a method with the correct name. See the comtypes package documentation for more details.
All parameters are like those used in normal wx.Windows with the addition of axID which is a string that is either a ProgID or a CLSID used to identify the ActiveX control.
Returns the contents of the selected portion of the document as either html or plain text.
Returns the contents of the the html document as either html or plain text.
Load the html document from a Python file-like object.
Load the html document from a string
Load the document from url.
Navigate(flags=NavigationKeyEvent.IsForward) -> bool
Performs a keyboard navigation action starting from this window.