Classes |
| class | wxWebViewHistoryItem |
| | A simple class that contains the URL and title of an element of the history of a wxWebView. 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 | wxWebViewEvent |
| | A navigation event holds information about events associated with wxWebView objects. More...
|
Enumerations |
| enum | wxWebViewZoom {
wxWEB_VIEW_ZOOM_TINY,
wxWEB_VIEW_ZOOM_SMALL,
wxWEB_VIEW_ZOOM_MEDIUM,
wxWEB_VIEW_ZOOM_LARGE,
wxWEB_VIEW_ZOOM_LARGEST
} |
| | Zoom levels available in wxWebView. More...
|
| enum | wxWebViewZoomType {
wxWEB_VIEW_ZOOM_TYPE_LAYOUT,
wxWEB_VIEW_ZOOM_TYPE_TEXT
} |
| | The type of zooming that the web view control can perform. More...
|
| enum | wxWebViewNavigationError {
wxWEB_NAV_ERR_CONNECTION,
wxWEB_NAV_ERR_CERTIFICATE,
wxWEB_NAV_ERR_AUTH,
wxWEB_NAV_ERR_SECURITY,
wxWEB_NAV_ERR_NOT_FOUND,
wxWEB_NAV_ERR_REQUEST,
wxWEB_NAV_ERR_USER_CANCELLED,
wxWEB_NAV_ERR_OTHER
} |
| | Types of errors that can cause navigation to fail. More...
|
| enum | wxWebViewReloadFlags {
wxWEB_VIEW_RELOAD_DEFAULT,
wxWEB_VIEW_RELOAD_NO_CACHE
} |
| | Type of refresh. More...
|
| enum | wxWebViewBackend {
wxWEB_VIEW_BACKEND_DEFAULT,
wxWEB_VIEW_BACKEND_WEBKIT,
wxWEB_VIEW_BACKEND_IE
} |
| | List of available backends for wxWebView. More...
|
Variables |
| wxEventType | wxEVT_COMMAND_WEB_VIEW_NAVIGATING |
| wxEventType | wxEVT_COMMAND_WEB_VIEW_NAVIGATED |
| wxEventType | wxEVT_COMMAND_WEB_VIEW_LOADED |
| wxEventType | wxEVT_COMMAND_WEB_VIEW_ERROR |
| wxEventType | wxEVT_COMMAND_WEB_VIEW_NEWWINDOW |
| wxEventType | wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED |