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 d

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 et

Re: GtkTextView horizontal seperators...

2005-05-10 Thread Freddie Unpenstein
> > 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. Ahhh. I think that may be what I was waiting for... You wo

Re: GtkTextView horizontal seperators...

2005-05-10 Thread Stephen Kennedy
> > > I was wondering if anyone knows how I could draw a horizontal > > > red line across a GtkTextView buffer. I came across this recently. Putting widgets into the textview was not an option as it was too complex to keep updated as the user edits. The best solution I found was to just draw dir

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

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. > >

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 wid

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 to