class_webview.h 549 B

1234567891011121314151617
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_webview.h
  3. // Purpose: WebView classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_webview WebView
  9. @ingroup group_class
  10. The wxWebView library is a set of classes for viewing complex web documents and
  11. for internet browsing. It is built around a series of backends, and exposes
  12. common functions for them.
  13. */