---- Original message ----
>Date : Thu, 31 Oct 2002 09:52:14 -0300
>De : Christian Reis <[EMAIL PROTECTED]>  
>Objet : Re: [pygtk] updating with combo-entry  
>A : "David M. Cook" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>
>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)
>
>?
>
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.

Thanks to all for their help.
Omar Mekkaoui
THEMA - University de Cergy-Pontoise
Economie des Transports
_______________________________________________
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