On Fri, 2007-08-24 at 17:27 -0400, William Ramsay wrote:
> Hi,
> 
> Can anyone explain to me how to go about handling the pressing of the 
> return key
> in a data entry dialog?  

You need the "activate" signal for the dialog, which is emitted when the
user presses Return or equivalent keys.

Note that this does not catch the user leaving the entry by shifting the
keyboard focus, which may or may not matter to you.


_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to