On Fri, Nov 01, 2002 at 03:34:41PM +0100, mekkaoui omar wrote:
> >What's wrong with
> >
> >    combo.entry.connect("insert_text", my_handler)
> >    combo.entry.connect("delete_text", my_handler)
> >
> >?
> >
> For this moment, I opt for using a button to update 
> information. In the futur, I prefer to update using mouse 
> button like David M. Cook hase suggested.

Note that a button for updating information is bad usability, and the
mouse button is probably a good solution to this problem, though I see
issues with it being overly complex.

The real solution is (gasp, Johan) to upgrade to gtk-1.2, which provides
decent signals for this case.

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