Re: [pygtk] [jeenuv.otherinbox.com] Re: Drawing and signals

2010-06-11 Thread Dieter Verfaillie
Quoting "Jeenu V" : > I couldn't get a documentation > reference for PyCairo (or didn't I search enough?) Maybe this can help: http://cairographics.org/documentation/pycairo/2/ mvg, Dieter This message was sent using IMP, the Inter

Re: [pygtk] [jeenuv.otherinbox.com] Re: Drawing and signals

2010-06-10 Thread David Ripton
On 2010.06.10 19:46:51 +0530, Jeenu V wrote: > On Thu, Jun 10, 2010 at 4:59 AM, John Stowers > wrote: > > If you are looking for general drawing, click handling, etc then it > > sounds like you should use a canvas. Check out goocanvas (and its python > > bindings - http://live.gnome.org/PyGoocanva

Re: [pygtk] [jeenuv.otherinbox.com] Re: Drawing and signals

2010-06-10 Thread dave
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gaphas is another awesome alternative . . . and I believe it is pure Python which makes it very easy to include in other projects. - -dave > > If you are looking for general drawing, click handling, etc then it > sounds like you should use a canvas

Re: [pygtk] [jeenuv.otherinbox.com] Re: Drawing and signals

2010-06-10 Thread Jeenu V
On Thu, Jun 10, 2010 at 4:59 AM, John Stowers wrote: > If you are looking for general drawing, click handling, etc then it > sounds like you should use a canvas. Check out goocanvas (and its python > bindings - http://live.gnome.org/PyGoocanvas) Interesting. I was thinking of a cross-platform (be

Re: [pygtk] [jeenuv.otherinbox.com] Re: Drawing and signals

2010-06-09 Thread John Stowers
On Wed, 2010-06-09 at 22:15 +0530, Jeenu V wrote: > On Wed, Jun 9, 2010 at 9:23 PM, Timo wrote: > > It is definatly possible with PyGTK. Use a gtk.Drawingarea to draw on > > using Cairo. > > > > But if you do not like to write this all by yourself, someone else has > > done a pretty good job alrea

Re: [pygtk] [jeenuv.otherinbox.com] Re: Drawing and signals

2010-06-09 Thread Stephen George
On 10/06/2010 2:45 AM, Jeenu V wrote: > On Wed, Jun 9, 2010 at 9:23 PM, Timo wrote: > >> It is definatly possible with PyGTK. Use a gtk.Drawingarea to draw on >> using Cairo. >> >> But if you do not like to write this all by yourself, someone else has >> done a pretty good job already here: ht

Re: [pygtk] [jeenuv.otherinbox.com] Re: Drawing and signals

2010-06-09 Thread Jeenu V
On Wed, Jun 9, 2010 at 9:23 PM, Timo wrote: > It is definatly possible with PyGTK. Use a gtk.Drawingarea to draw on > using Cairo. > > But if you do not like to write this all by yourself, someone else has > done a pretty good job already here: http://notmyname.github.com/pygtkChart/ Well, mine i