Classes | |
class | wxWebViewWindowFeatures |
A class describing the window information for a new child window. More... | |
class | wxWebViewConfiguration |
This class allows access to web view configuration options and settings, that have to be specified before placing a webview in a window with wxWebView::Create(). More... | |
class | wxWebViewHandlerRequest |
A class giving access to various parameters of a webview request. More... | |
class | wxWebViewHandlerResponseData |
A class holding the response data. More... | |
class | wxWebViewHandlerResponse |
A class giving access to various webview response parameters. More... | |
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... | |
Types of browsing data that can be cleared.
Note that different constants can be combined using the bitwise OR operator and that wxWEBVIEW_BROWSING_DATA_ALL
is a shorthand for specifying all of them.
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_CREATED |
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_NEWWINDOW_FEATURES |
wxEventType wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED |
wxEventType wxEVT_WEBVIEW_SCRIPT_RESULT |
wxEventType wxEVT_WEBVIEW_TITLE_CHANGED |
wxEventType wxEVT_WEBVIEW_WINDOW_CLOSE_REQUESTED |