Re: [Java-gnome-developer] (no subject)
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2010-12-21 16:43:32
|
On Sun, 2010-12-19 at 23:13 -0500, Brandon Thomas wrote: > So I have an image from a Pixbuf in a fixed container Hm. Fixed. Maybe you could describe what you're working on or what you're trying to achieve? In general, to do the sort of manipulations you're hinting at you need a canvas (ie, GooCanvas, which we haven't got a binding for as yet). But for certain simplifications you can get away with some creative Cairo work yourself. In the end there's not much you can't do on a DrawingArea. AfC Sydney |