Classes | |
| class | wxWebViewHistoryItem |
| A simple class that contains the URL and title of an element of the history of a wxWebView. More... | |
| class | wxWebViewFactory |
| An abstract factory class for creating wxWebView backends. More... | |
| class | wxWebViewHandler |
| The base class for handling custom schemes in wxWebView, for example to allow virtual file system support. More... | |
| class | wxWebView |
| This control may be used to render web (HTML / CSS / javascript) documents. More... | |
| class | wxWebViewIE |
| wxWebView using IE backend, see wxWEBVIEW_BACKEND_IE (MSW). More... | |
| class | wxWebViewEdge |
| wxWebView using Edge backend, see wxWEBVIEW_BACKEND_EDGE (MSW). More... | |
| class | wxWebViewEvent |
| A navigation event holds information about events associated with wxWebView objects. More... | |
| enum wxWebViewFindFlags |
Find flags used when searching for text on page.
Internet Explorer emulation modes for wxWebViewIE.
Elements of this enum can be used with wxWebView::MSWSetEmulationLevel().
Note that using the _FORCE variants is not recommended.
Types of errors that can cause navigation to fail.
| enum wxWebViewReloadFlags |
Specifies at which place of documents an user script will be inserted.
| enum wxWebViewZoom |
Zoom levels available in wxWebView.
| Enumerator | |
|---|---|
| wxWEBVIEW_ZOOM_TINY | |
| wxWEBVIEW_ZOOM_SMALL | |
| wxWEBVIEW_ZOOM_MEDIUM | default size |
| wxWEBVIEW_ZOOM_LARGE | |
| wxWEBVIEW_ZOOM_LARGEST | |
| enum wxWebViewZoomType |
| wxEventType wxEVT_WEBVIEW_ERROR |
| wxEventType wxEVT_WEBVIEW_FULLSCREEN_CHANGED |
| wxEventType wxEVT_WEBVIEW_LOADED |
| wxEventType wxEVT_WEBVIEW_NAVIGATED |
| wxEventType wxEVT_WEBVIEW_NAVIGATING |
| wxEventType wxEVT_WEBVIEW_NEWWINDOW |
| wxEventType wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED |
| wxEventType wxEVT_WEBVIEW_SCRIPT_RESULT |
| wxEventType wxEVT_WEBVIEW_TITLE_CHANGED |