[Gtk-sharp-list] catch Key.Press.Event

Dan Winship danw@novell.com
Fri, 12 Nov 2004 10:47:44 -0500


On Thu, 2004-11-11 at 13:56 +0100, Bjoern Schiessle wrote:
> I have insert a Console.WriteLine to check on which key-press the
> function gets called. And it seems that the function gets called by
> pressing the function-keys(F1, F2,..), esc, scroll, print,
> pause,... but not if i press a letter, number or the Return key.
> 
> How can i catch the Return-key in a Gtk.SpinButton?

SpinButton emits "activate" when you hit Return.

-- Dan