t; Hello List members,
> [snip]
> > The problem is I need to do some raster operations like ROP2, ROP3,
> > Porter and Duff etc... Are there any api's in Gtk(or Gdk) to achive it?
> > If not is there a library or something that I can use(C language)?
> > If both the above
Hi Asela,
On Tue, 2006-07-11 at 11:45 +0900, Asela Leelaratne wrote:
> Hello List members,
[snip]
> The problem is I need to do some raster operations like ROP2, ROP3,
> Porter and Duff etc... Are there any api's in Gtk(or Gdk) to achive it?
> If not is there a library or somethi
is; first create a Gtk draw
>widget then draw polygons and lines in to a Gdk pixmap usind Gdk drawing
>api's and draw the Gdk pixmap on the Gtk draw widget. Then show it on a
>window.
>
>The problem is I need to do some raster operations like ROP2, ROP3,
>Porter and Duff etc...
map on the Gtk draw widget. Then show it on a
window.
The problem is I need to do some raster operations like ROP2, ROP3,
Porter and Duff etc... Are there any api's in Gtk(or Gdk) to achive it?
If not is there a library or something that I can use(C language)?
If both the above is not poss