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 | 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 | wxWebViewEvent |
A navigation event holds information about events associated with wxWebView objects. 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... | |