+ void SetFont( const wxFont &font );
+ void SetForegroundColour(const wxColour &colour);
+ void SetBackgroundColour(const wxColour &colour);
+
+ // implementation
+
+ GtkWidget* GetConnectWidget();
+ bool IsOwnGtkWindow( GdkWindow *window );
+ void ApplyWidgetStyle();
+ void CalculateScrollbar();
+
+ private:
+
+ bool m_modified;
+ GtkWidget *m_text;
+ GtkWidget *m_vScrollbar;
+ bool m_vScrollbarVisible;