A Seg, 2004-07-12 �s 19:51, Eric Newman escreveu: > I am trying to use GnomeCanvasBpath objects on a gnome.canvas, and I can't > figure out how to get them to work. I saw this message: > > http://www.daa.com.au/pipermail/pygtk/2003-July/005563.html > > but it went unanswered. I have also seen this: > > http://cvs.gnome.org/viewcvs/gnome-python/gnome-python/ChangeLog?rev=1.210 > > """ > 2004-03-20 Gabor Bereczki <[EMAIL PROTECTED]> > > * gnome/canvas.override (_wrap_gnome_canvas_path_def_new): Build > path_def with gnome_path_def_moveto/lineto/curveto methods, > instead of creating from a bpath array. This seems to make > GnomeCanvasBpath happier and actually display the bpath. > Reviewed by Gustavo Carneiro. > """ > > , which seems promising. So my main questions are: > > 1. Can one presently use GnomeCanvasBpath items from python?
Yes. > 2. Is there example code anywhere? No. But look at http://bugzilla.gnome.org/show_bug.cgi?id=136617 to give you a clue of the API. > 3. What version of pygnome / pygtk2 is required? gnome-python 2.0.2 > 4. What is the easiest way to get that working in Fedora Core 2? No idea. > > I have: > > gnome-python2-2.0.0-4.1 > gnome-python2-canvas-2.0.0-4.1 > pygtk2-2.3.92-1 > > installed. > > Any help would be greatly appreciated! > > Thanks, > Eric > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
