On 09-06-10 13:33, Jeenu V wrote:
> Hi,
>
> I wish to create an app which draws certain layout (like a graph,
> mostly consisting of colored rectangles, and some labels) on to a
> window after reading data from an external source. Additionally, I'd
> like various parts of the layout receive signals (like click, hover
> etc.) so that I can process the event and display details (in forms of
> tool tip or pop-ups). First of all, I'd like to know if this is
> possible with PyGTK; if so please suggest what widget(s) would fit
> best.
>    
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/

Cheers,
Timo

> Thanks
> Jeenu
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>    

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to