Re: GtkTextView horizontal seperators...

2005-05-11 Thread Stephen Kennedy
On Tue, 2005-05-10 at 18:38 -0400, Freddie Unpenstein wrote: I was wondering if anyone knows how I could draw a horizontal red line across a GtkTextView buffer. The best solution I found was to just draw directly onto the view through the expose-event using drawable.draw_line etc.

Re: GtkTextView horizontal seperators...

2005-05-11 Thread Stephen Kennedy
On Tue, 2005-05-10 at 18:38 -0400, Freddie Unpenstein wrote: I was wondering if anyone knows how I could draw a horizontal red line across a GtkTextView buffer. The best solution I found was to just draw directly onto the view through the expose-event using drawable.draw_line

Re: GtkTextView horizontal seperators...

2005-05-09 Thread Paul Pogonyshev
Freddie Unpenstein wrote: Greetings people of the list... I was wondering if anyone knows how I could draw a horizontal red line across a GtkTextView buffer. I could probably throw in a GtkHSeperator widget, or something, but it's not a red line. Well, you can always use your own widget,

Re: GtkTextView horizontal seperators...

2005-05-09 Thread Markus Lausser
On Mon, 2005-05-09 at 05:35, Freddie Unpenstein wrote: Greetings people of the list... I was wondering if anyone knows how I could draw a horizontal red line across a GtkTextView buffer. I could probably throw in a GtkHSeperator widget, or something, but it's not a red line. I could

Re: GtkTextView horizontal seperators...

2005-05-09 Thread Freddie Unpenstein
I was wondering if anyone knows how I could draw a horizontal red line across a GtkTextView buffer. I could probably throw in a GtkHSeperator widget, or something, but it's not a red line. Well, you can always use your own widget, which can be whatever you wish, for instance a red

GtkTextView horizontal seperators...

2005-05-08 Thread Freddie Unpenstein
Greetings people of the list... I was wondering if anyone knows how I could draw a horizontal red line across a GtkTextView buffer. I could probably throw in a GtkHSeperator widget, or something, but it's not a red line. I could throw in an image which is a red line, but how would I get it