// Created: 2003/03/16
// RCS-ID: $Id:
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_TEXTCTRL_H__
virtual void Remove(long from, long to);
// clears the dirty flag
+ virtual void MarkDirty();
virtual void DiscardEdits();
// writing text inserts it at the current position, appending always
// virtual void SelectAll();
virtual void SetEditable(bool editable);
+protected:
+ virtual wxSize DoGetBestSize() const;
};
#endif // __WX_COCOA_TEXTCTRL_H__