X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a81258bee4e20d3fa9b3d2f6bf3bcd1200d1e5e0..e487524e492809638b7e335937c41fd432458a54:/include/wx/gtk1/textctrl.h diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index 525b11808f..eb7fe290ff 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -101,12 +101,14 @@ class wxTextCtrl: public wxControl, public streambuf wxTextCtrl& operator<<(const char c); void SetFont( const wxFont &font ); - virtual void SetBackgroundColour(const wxColour &colour); + void SetForegroundColour(const wxColour &colour); + void SetBackgroundColour(const wxColour &colour); // implementation GtkWidget* GetConnectWidget(void); bool IsOwnGtkWindow( GdkWindow *window ); + void ApplyWidgetStyle(); private: