tags:

views:

340

answers:

1

How to change background color of GtkTextView? I tried with normal widget set bg functionality but gtk is just changing border color of GtkText View.

Plus can some some please explain me with simple example, that how to change Text Color/Font/Text Size in GtkTextView (Whole text in GtkTextView)?

I fond some examples but they are not working..

Thnaks, PP.

+2  A: 
gtk_widget_modify_base()

http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widget-modify-base

alinrus