]> git.saurik.com Git - wxWidgets.git/commitdiff
allows resetting color of text to black, closes #4826
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 May 2008 13:24:46 +0000 (13:24 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 May 2008 13:24:46 +0000 (13:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private/mactext.h

index 36820b10f905559a6c5cf909f7cd079c573a9b7e..2ef0cbcaed7f19bed129af40cfd5b37c83aa42a5 100644 (file)
@@ -56,7 +56,7 @@ public :
     virtual int GetLineLength(long lineNo) const ;
     virtual wxString GetLineText(long lineNo) const ;
     virtual void CheckSpelling(bool WXUNUSED(check)) { }
-
+    virtual void SetFont( const wxFont & font , const wxColour& foreground , long windowStyle );    
 } ;
 
 class wxMacUnicodeTextControl : public wxMacTextControl