X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/342639eb749237f29517ce1598406c936690df56..8d87b3e77f8f821515379452ba97ea632843b277:/wxPython/demo/ActiveXWrapper_IE.py diff --git a/wxPython/demo/ActiveXWrapper_IE.py b/wxPython/demo/ActiveXWrapper_IE.py index 216825dd29..02317ac11d 100644 --- a/wxPython/demo/ActiveXWrapper_IE.py +++ b/wxPython/demo/ActiveXWrapper_IE.py @@ -11,94 +11,124 @@ you can use just like wxWindow, (set the size and position, use in a sizer, etc.) except its contents will be the COM control.
-This demo embeds the Internet Exploer WebBrowser control, and shows +This demo embeds the Internet Explorer WebBrowser control, and shows how to receive events from the COM control. (The title bar and status bar are updated as pages change, in addition to the log messages being shown.)