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