2005/8/23, Chris Spencer <[EMAIL PROTECTED]>: > I'd like to create an interactive diagram widget, and I think > GnomeCanvas is what I'm looking for. However, even with Google, I've > been had difficulty finding any example code or even documentation. It's > mentioned briefly at pygtk.org, but that only has docs for pygtk. Is > there any example python code out there, or docs for the python api?
Hi Chris, For API docs you should refer to the C ones, two examples are included in gnome-python package: http://cvs.gnome.org/viewcvs/gnome-python/gnome-python/examples/canvas/canvas-example.py?view=markup http://cvs.gnome.org/viewcvs/gnome-python/gnome-python/examples/canvas/canvas-curve.py?view=markup According to the plans the gnome canvas widget will be deprecated (don't know how soon) but at the moment I think is the only option. cheers -- Gian Mario Tagliaretti PyGTK GUI programming http://www.parafernalia.org/pygtk/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
