]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/webview.h
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / interface / wx / webview.h
index f32fdefaf6233dd697e0564688b06f17e94b469a..a0e14f2180ae79f58f9f44551fd34bf0b34fb078 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        webview.h
 // Purpose:     interface of wxWebView
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -154,6 +153,9 @@ public:
         @param url Initial URL to load
         @param pos Position of the control
         @param size Size of the control
+        @param style
+            Window style. For generic window styles, please see wxWindow.
+        @param name Window name.
         @return the created wxWebView
     */
     virtual wxWebView* Create(wxWindow* parent,
@@ -335,6 +337,9 @@ public:
         @param backend The backend web rendering engine to use.
                        @c wxWebViewBackendDefault, @c wxWebViewBackendIE and
                        @c wxWebViewBackendWebKit are predefined where appropriate.
+        @param style
+            Window style. For generic window styles, please see wxWindow.
+        @param name Window name.
         @return The created wxWebView, or @c NULL if the requested backend
                 is not available
         @since 2.9.5
@@ -755,7 +760,7 @@ public:
     @event{EVT_WEBVIEW_ERROR(id, func)}
        Process a @c wxEVT_WEBVIEW_ERROR event generated when a navigation
        error occurs.
-       The integer associated with this event will be a wxWebNavigationError item.
+       The integer associated with this event will be a #wxWebViewNavigationError item.
        The string associated with this event may contain a backend-specific more
        precise error message/code.
     @event{EVT_WEBVIEW_NEWWINDOW(id, func)}