]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
Add wxDir::GetNameWithSep() and use it to avoid consecutive slashes.
[wxWidgets.git] / include / wx / osx / core / private.h
index 7ccc7990b60ac0b2940131748c22126f97501c5a..e1b64182edeb282430fc4c9cbde0524cd3261835 100644 (file)
@@ -631,6 +631,9 @@ public :
     virtual void GetSelection( long* from, long* to ) const = 0 ;
     virtual void WriteText( const wxString& str ) = 0 ;
 
+    virtual bool CanClipMaxLength() const { return false; }
+    virtual void SetMaxLength(unsigned long WXUNUSED(len)) {}
+    
     virtual bool GetStyle( long position, wxTextAttr& style);
     virtual void SetStyle( long start, long end, const wxTextAttr& style ) ;
     virtual void Copy() ;