]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/textctrl.h
removed OnCtlColor()
[wxWidgets.git] / include / wx / cocoa / textctrl.h
index 322fb99b48dd3d892e19b962447f36d207e4f228..b26da9254c8e2c6bdabd6ccf062bde16d492c9b9 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/03/16
 // RCS-ID:      $Id: 
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_TEXTCTRL_H__
@@ -114,6 +114,8 @@ public:
 //    virtual void SelectAll();
     virtual void SetEditable(bool editable);
 
+protected:
+    virtual wxSize DoGetBestSize() const;
 };
 
 #endif // __WX_COCOA_TEXTCTRL_H__