Re: [pygtk] Detachable/dockable user interface

2010-03-05 Thread Dieter Verfaillie
Hello, Quoting "Arjan Molenaar" : > What we want to have basically is a detachable user interface such > as been used with Gimp and Inkscape. > Is there any GTK+ library that we can use (preferably python of course :) )? There's GDL: http://library.gnome.org/devel/gdl/stable/gdl-main.html,

Re: [pygtk] Drawing on a gdk.Pixbuf using Cairo.

2010-03-05 Thread IƱigo Serna
Hi, On 2 March 2010 10:59, Osmo Maatta wrote: > > [...] > > > 1) What is the best way to draw onto gdk.Pixbuf? (most likely using Cairo, > other means also welcomed) > For simple and fast drawings you can use gdk.Drawable [1] too, but cairo is usually a better and much powerful option. [1] http