Re: Drawing on gtk textview

2008-10-19 Thread Miroslav Rajcic
Sent: Friday, October 17, 2008 4:43 PM Subject: Drawing on gtk textview I am trying to draw on a gtk textview's gdk window. I have set the textview as app paintable before initialization and done the drawing in a callback for the expose event of the textview as suggested here<http://mail.g

Drawing on gtk textview

2008-10-18 Thread Soren Berg
I am trying to draw on a gtk textview's gdk window. I have set the textview as app paintable before initialization and done the drawing in a callback for the expose event of the textview as suggested here( http://mail.gnome