]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/webview.h
Slight improvements to wxWebView::EnableContextMenu() documentation.
[wxWidgets.git] / interface / wx / webview.h
index 64e7d68829f1f4b9aa76a44716b98af1fcdc3baf..55ff6e77b9eb83bfa07bf92de133739955f84033 100644 (file)
@@ -492,12 +492,19 @@ public:
     */
 
     /**
-        Enable or disbale the right click context menu.
+        Enable or disable the right click context menu.
+
+        By default the standard context menu is enabled, this method can be
+        used to disable it or re-enable it later.
+
+        @since 2.9.5
     */
     virtual void EnableContextMenu(bool enable = true);
 
    /**
         Returns @true if a context menu will be shown on right click.
+
+        @since 2.9.5
     */
     virtual bool IsContextMenuEnabled() const;