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