In article <[EMAIL PROTECTED]>, Sandro Dentella wrote:
> Il 2006-01-09, John Bauman <[EMAIL PROTECTED]> ha scritto:
>>
>> "Sandro Dentella" <[EMAIL PROTECTED]> wrote in message 
>> news:[EMAIL PROTECTED]
>>>I need a (decent) canvas for PyGTK. I used tkinter.canvas with real 
>>>pleasure
>>> in the past but now I need to use the canvas in a Gtk application. Does
>>> anybody know of one with similar capabilities? It must work on Windows 
>>> too.
>>> It must be able to produce postscript output.
>>
>> I think that PyCairo might be what you're looking for, at least if you're 
>> using gtk 2.8.
> 
> No, that's definitely a lower level tool. I need someting that has
> rectangles, lines, possibility to move object around, easy bindings, tags
> for objects, grouping. All that is already in tkinter.canvas but I need to
> use it from a GTK application.
> 
> Any other ideas?

If you can afford the include GNOME as a dependency, then gnome-canvas or 
diacanvas2
is your best bet.

dave
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to