]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/textctrl.h
Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchF...
[wxWidgets.git] / include / wx / mac / carbon / textctrl.h
index 457b4f98f2924eb42c37cdadb1dfb08c229d181e..0c0bb754641d7c098c4c87ce9811980a5e581da6 100644 (file)
@@ -192,6 +192,8 @@ protected:
 
     virtual wxSize DoGetBestSize() const;
 
+    virtual void CreatePeer(const wxString& str, const wxPoint& pos, const wxSize& size, long style );
+       
     virtual void DoSetValue(const wxString& value, int flags = 0);
 
     bool  m_editable;