http://www.pygtk.org/pygtk2reference/class-gtkentry.html

The "activate" gtk.Entry Signal
     def callback(entry, user_param1, ...)
entry :
     the entry that received the signal
user_param1 :
     the first user parameter (if any) specified with the connect() method
... :
     additional user parameters (if any)

The "activate" signal is emitted when the entry is activated either by 
user action (pressing the Enter key) or programmatically with the 
gtk.Widget.activate() method

JT

On 10/28/2014 7:50 AM, andy pugh wrote:
> On 28 October 2014 12:08, John Thornton <bjt...@gmail.com> wrote:
>> If you use the activate signal that is only fired when you press enter.
>> It does not fire when you use set_text() to change all the other entries.
> Interesting. That isn't when i would have expected the "activate"
> event to fire.
>
> Is there a reference known to anyone  that lists exactly when the
> various events trigger? It seems less than 100% obvious from the event
> names.
>
> I would imagine that the "enter" event triggers when you press "enter"
> and the "activate" event when you click in the control. But I could
> equally well imagine those events being exactly reversed.
>


------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to