]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/webview_webkit.h
avoid deprecated functions with GTK3
[wxWidgets.git] / include / wx / osx / webview_webkit.h
index 193057fcdf7d38d91c2c9b52f1674e689fe35379..e876aadf0146508dc6a27e352cbba1ec6ab5b565 100644 (file)
@@ -86,6 +86,9 @@ public:
     virtual void Undo();
     virtual void Redo();
 
+    //Find function
+    virtual long Find(const wxString& text, int flags = wxWEB_VIEW_FIND_DEFAULT) { return wxNOT_FOUND; };
+
     //Clipboard functions
     virtual bool CanCut() const { return true; }
     virtual bool CanCopy() const { return true; }