include wx/arrstr.h as it's needed by wxImageHandler and may not be implicitly includ...
[wxWidgets.git] / include / wx / osx / cocoa / private / textimpl.h
index def931fa95c36cfd37c024da6a80a3badecba673..98962b3157d981ff299dddba801f88d5a1e7ca64 100644 (file)
@@ -56,6 +56,7 @@ public:
     virtual void GetSelection( long* from, long* to) const ;
     virtual void SetSelection( long from , long to );
     virtual void WriteText(const wxString& str) ;
+    virtual void SetFont( const wxFont & font , const wxColour& foreground , long windowStyle, bool ignoreBlack = true );
 
 protected:
     NSScrollView* m_scrollView;