]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/webview.h
Fix missing and broken interface items for Phoenix
[wxWidgets.git] / interface / wx / webview.h
index 1cb188593d16b45363770f7a8390708b53df3be9..94d3c68bb1147d920a9bf9ea14ffceda9097630e 100644 (file)
@@ -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}