Hi
I use Glade to build the user interface of my python application.
I use the GtkComboBoxEntry.

I don't want the user is able to enter a cutom value in the widget.
I want the user can only select an entry in the list.

Until now, I built the interface from scratch and used the gtk.combo_box_new_text widget, which is not editable.

Is GtkComboBoxEntry the good widget to do this with Glade ?

Thanks.

David.

--
http://david.hautbois.free.fr
http://slugplayer.free.fr

_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to