]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wxWebView documentation warnings.
authorSteve Lamerton <steve.lamerton@gmail.com>
Sun, 21 Jul 2013 10:30:22 +0000 (10:30 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Sun, 21 Jul 2013 10:30:22 +0000 (10:30 +0000)
See #15346.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index d9bae67391d4fecca35920b9660b72b70b888dca..52ec830a641782d8cbc3eb87b64178b47c20abb2 100644 (file)
@@ -154,6 +154,9 @@ public:
         @param url Initial URL to load
         @param pos Position of the control
         @param size Size of the control
         @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,
         @return the created wxWebView
     */
     virtual wxWebView* Create(wxWindow* parent,
@@ -335,6 +338,9 @@ public:
         @param backend The backend web rendering engine to use.
                        @c wxWebViewBackendDefault, @c wxWebViewBackendIE and
                        @c wxWebViewBackendWebKit are predefined where appropriate.
         @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
         @return The created wxWebView, or @c NULL if the requested backend
                 is not available
         @since 2.9.5