]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/webview_webkit.h
Add the ability to enable / disable and check for the editable property of a renderin...
[wxWidgets.git] / include / wx / gtk / webview_webkit.h
index 07d71e2310e5f53e533f61520ec93750d818c1dd..a52d8c06e4e293d852393bb29bc78453b856732f 100644 (file)
@@ -134,6 +134,10 @@ public:
     virtual void Undo();
     virtual void Redo();
 
+    //Editing functions
+    virtual void SetEditable(bool enable = true);
+    virtual bool IsEditable();
+
     /** FIXME: hack to work around signals being received too early */
     bool m_ready;