On 10/15/05, nephish <[EMAIL PROTECTED]> wrote: > i shall suck it up and use the ComboBoxEntry, trying to save some time > here, but i got a treeview working, so i guess i can do about anything. > thanks much, > sk
There are convenience methods to simplify using the ComboBoxEntry if you don't need to use any of the more sophisticated functionality -- you can use gtk.combo_box_entry_new_text to create a box and then use the append_text/remove_text/insert_text convenience methods. Tom _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
