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: