[pygtk] Glade 3 / Builder / Combobox

2011-01-25 Thread Adam Tauno Williams
Please forgive this question if the answer is obvious but I've searched
and not had any luck.  Also, having done this frequently in C#/.NET I
could just be fuzzing over the obvious answer.

I am building a PyGTK app using Glade-3 / Gtk.Builder.  And I'm stumped
as to how ListStore models and ComboBoxes can be easily correlated.  In
Glade-3 I don't seem to be able to pick a column type for a ListStore
that is compatable with "str" or GObject.TYPE_STRING - so I can't enter
data into the model in Glade.

What I want is to simply create some combo boxes that contain a value &
descripton, but only display the description, so I can retrieve the
selected value.

Does anyone have a current HOWTO / FAQ link addressing this issue?  Any
tips would be appreciated.

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


Re: [pygtk] Interactive plots with pygtk

2011-01-25 Thread Alessandro Dentella
On Tue, Jan 25, 2011 at 02:46:35PM -0800, Soumyaroop Roy wrote:
> Hi there:
> 
> Are there any libraries built with pygtk to create interactive plots
> (histograms and line charts, mostly)? Say, I want to zoom in to a
> region or select a region in the plot to do something?


have you tried matplotlib?

sandro
*:-)


-- 
Sandro Dentella  *:-)
http://www.reteisi.org Soluzioni libere per le scuole
http://sqlkit.argolinux.orgSQLkit home page - PyGTK/python/sqlalchemy
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


[pygtk] Interactive plots with pygtk

2011-01-25 Thread Soumyaroop Roy
Hi there:

Are there any libraries built with pygtk to create interactive plots
(histograms and line charts, mostly)? Say, I want to zoom in to a
region or select a region in the plot to do something?

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