On Tue, Jan 20, 2004 at 12:03:02AM -0600, David Farning wrote: > What event is trigger by changing the currently selected combo box item.
(Note that they are signals, not events -- minor lingo technicality, but `events' is used to generally refer to signals that are actually generated via X events -- with names ending with _event) Well, `changed' is emitted for the Entry (because its text changes), and the item itself is `activate'd. IIRC there's also a selection signal that the combo's list emits, but I'm not sure at this point. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
