PDA

View Full Version : GtkComboBoxEntry in Python



Malac
September 12th, 2006, 07:06 AM
I'm really new to Python and Glade (about two weeks in fact), under Linux.
I used to program in C/C++ under win32.
I need some help with writing to and reading from a GtkComboBoxEntry widget within Python.
I have searched and searched for a list of methods/properties that have some examples with them of how to use this widget within Python but to no avail.

I need to :
1/. place a list in the GTKComboBoxEntry widget's list.
2/. get/read the selected entry from the EntryBox part when a user clicks a button.
3/. append a typed entry to the list if a search of the list doesn't find it.
4/. delete an entry from the list.

Any help would be greatly appreciated.
Thanks in advance.