]>
Commit | Line | Data |
---|---|---|
bf39189b | 1 | ///////////////////////////////////////////////////////////////////////////// |
43d53ee5 SL |
2 | // Name: class_webview.h |
3 | // Purpose: WebView classes group docs | |
bf39189b SL |
4 | // Author: wxWidgets team |
5 | // RCS-ID: $Id$ | |
6 | // Licence: wxWindows licence | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | /** | |
10 | ||
43d53ee5 | 11 | @defgroup group_class_webview WebView |
bf39189b SL |
12 | @ingroup group_class |
13 | ||
43d53ee5 | 14 | The wxWebView library is a set of classes for viewing complex web documents and |
bf39189b SL |
15 | for internet browsing. It is built around a series of backends, and exposes |
16 | common functions for them. | |
17 | ||
18 | */ |