Version: 3.3.0

Detailed Description

The wxWebView library is a set of classes for viewing complex web documents and for internet browsing.

It is built around a series of backends, and exposes common functions for them.

Classes

class  wxWebViewChromiumEvent
 Event class for events generated exclusively by wxWebViewChromium. More...
 
class  wxDelegatingCefClient
 Helper class to simplify creating custom CefClient subclasses. 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...
 
class  wxWebViewChromium
 wxWebViewChromium is a Chromium-based backend for wxWebView using the Chromium Embedded Framework (CEF). More...
 
class  wxWebViewArchiveHandler
 A custom handler for the file scheme which also supports loading from archives. More...
 
class  wxWebViewFSHandler
 A wxWebView file system handler to support standard wxFileSystem protocols of the form example:page.htm The handler allows wxWebView to use wxFileSystem in a similar fashion to its use with wxHtml. More...