X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a81258bee4e20d3fa9b3d2f6bf3bcd1200d1e5e0..b527aac54a829ba2ad77d8fb8609cd54eb8ef5d7:/include/wx/gtk/textctrl.h diff --git a/include/wx/gtk/textctrl.h b/include/wx/gtk/textctrl.h index 525b11808f..eb7fe290ff 100644 --- a/include/wx/gtk/textctrl.h +++ b/include/wx/gtk/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: