2D canvas for GTK

  • Thread starter Sandro Dentella
  • Start date
S

Sandro Dentella

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.

Thanks

sandro
*:)
 
J

John Bauman

Sandro Dentella said:
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.
 
S

Sandro Dentella

Il 2006-01-09 said:
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?

sandro
*:)
 
D

David E. Konerding DSD staff

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,276
Messages
2,571,384
Members
48,073
Latest member
ImogenePal

Latest Threads

Top