]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/webview_webkit.h
Add the ability to enable / disable and check for the editable property of a renderin...
[wxWidgets.git] / include / wx / osx / webview_webkit.h
index 5a068d9b8f61a37e80def74226d170006c1f834e..ef41abb7fbe22b6e65dddbc4112cf384ad2caa48 100644 (file)
@@ -97,6 +97,10 @@ public:
     virtual void Cut();
     virtual void Copy();
     virtual void Paste();
+    
+    //Editing functions
+    void  SetEditable(bool enable = true);
+    bool  IsEditable();
 
     // ---- methods not from the parent (common) interface
     wxString GetSelectedText();
@@ -108,9 +112,6 @@ public:
     void  SetScrollPos(int pos);
     int   GetScrollPos();
 
-    void  MakeEditable(bool enable = true);
-    bool  IsEditable();
-
     wxString GetSelection();
 
     bool  CanIncreaseTextSize();