X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/903f689bf7c3c379cba45881373aa9bdd15d6e70..e55ad60e195f1007db921b2a73a3cac98ed9df65:/include/wx/gtk/textctrl.h diff --git a/include/wx/gtk/textctrl.h b/include/wx/gtk/textctrl.h index 034f218b7b..e4bdb022c3 100644 --- a/include/wx/gtk/textctrl.h +++ b/include/wx/gtk/textctrl.h @@ -101,8 +101,12 @@ class wxTextCtrl: public wxControl, public streambuf wxTextCtrl& operator<<(double d); wxTextCtrl& operator<<(const char c); - virtual GtkWidget* GetConnectWidget(void); - virtual bool IsOwnGtkWindow( GdkWindow *window ); + void SetFont( const wxFont &font ); + + // implementation + + GtkWidget* GetConnectWidget(void); + bool IsOwnGtkWindow( GdkWindow *window ); private: