PyGTK, Glade, and ComboBoxEntry.append_text()

Greg Johnston greg.johnston at gmail.com
Mon Jan 21 17:44:09 EST 2008


Hey all,

I'm a relative newbie to Python (switched over from Scheme fairly
recently) but I've been using PyGTK and Glade to create an interface,
which is a combo I'm very impressed with.

There is, however, one thing I've been wondering about. It doesn't
seem possible to modify ComboBoxEntry choice options on the fly--at
least with append_text(), etc--because they were not created with
gtk.combo_box_entry_new_text(). Basically, I'm wondering if there's
any way around this.

Thank you,
Greg Johnston



More information about the Python-list mailing list