Re: [gtk-list] Re: Drawing ???




Rob Browning wrote:
> While working on some gtk stuff the other day, I was looking at this
> same list of gdk_draw_* functions and I wondered if there was some
> reason that there's no gdk_draw_lines calling XDrawLines?  In some
> cases I'd imagine this might be more efficient than gdk_draw_segments.

I think the main reason is that there was no need for it in the gimp.

I encountered the same problem the gdk_draw_point (without 's'), as
in the gimp (almost) all the drawings are performed on images and 
not on windows (or pixmaps).

> If there's no reason other than that no one's needed it, I'd be happy
> to provide a patch.

That's what I did.
We'll see if it'll be included in the next snapshot :).


Patrice.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]