2011-07-02 13:11:46 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2011-08-19 09:30:46 -04:00
|
|
|
// Name: class_webview.h
|
|
|
|
// Purpose: WebView classes group docs
|
2011-07-02 13:11:46 -04:00
|
|
|
// Author: wxWidgets team
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
2011-08-19 09:30:46 -04:00
|
|
|
@defgroup group_class_webview WebView
|
2011-07-02 13:11:46 -04:00
|
|
|
@ingroup group_class
|
|
|
|
|
2011-08-19 09:30:46 -04:00
|
|
|
The wxWebView library is a set of classes for viewing complex web documents and
|
2011-07-02 13:11:46 -04:00
|
|
|
for internet browsing. It is built around a series of backends, and exposes
|
|
|
|
common functions for them.
|
|
|
|
|
|
|
|
*/
|