X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6849a4b714a623f56b01b4d787466d3efcc7c385..63e55c0ae6b71e16308964669c564b194f3a522d:/interface/wx/webview.h?ds=sidebyside diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 92b7fd70fc..94d3c68bb1 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -92,8 +92,9 @@ enum wxWebViewBackend A simple class that contains the URL and title of an element of the history of a wxWebView. - @library{wxweb} - @category{web} + @since 2.9.3 + @library{wxwebview} + @category{webview} @see wxWebView */ @@ -122,8 +123,9 @@ public: The base class for handling custom schemes in wxWebView, for example to allow virtual file system support. - @library{wxweb} - @category{web} + @since 2.9.3 + @library{wxwebview} + @category{webview} @see wxWebView */ @@ -241,8 +243,9 @@ public: the page title changes. Use GetString to get the title. @endEventTable - @library{wxweb} - @category{ctrl,web} + @since 2.9.3 + @library{wxwebview} + @category{ctrl,webview} @see wxWebViewHandler, wxWebViewEvent */ class wxWebView : public wxControl @@ -620,9 +623,10 @@ public: Process a @c wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event, generated when the page title changes. Use GetString to get the title. @endEventTable - - @library{wxweb} - @category{events,web} + + @since 2.9.3 + @library{wxwebview} + @category{events,webview} @see wxWebView */