On Wed, Oct 30, 2002 at 04:40:11PM -0800, David M. Cook wrote:
> On Wed, Oct 30, 2002 at 11:45:23AM +0100, mekkaoui omar wrote:
> 
> > I would like to update information on a window after 
> > selecting an entry in the combo.  But, I don't know which 
> > signal I will use to associate it to an "updating function".
> 
> The simplest way is to add a button to do this, of course, but to save mouse
> clicks the following seems to work for me:

What's wrong with

    combo.entry.connect("insert_text", my_handler)
    combo.entry.connect("delete_text", my_handler)

?

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
_______________________________________________
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