On Mon, 2005-10-24 at 01:20 +0200, Fredrik Nilsson wrote: > Hi, > > I can't find any implementation of gtk_binding_entry_* in Gtk#. > They are in the raw files when looking in svn, but I can't find > them in monodoc or monodevelop completionwindows. > Maybe there is a better way to implement keybindings?? > I wan't to recieve an event when the user press Alt-1 to Alt-0.
Take a look at sample/Subclass.cs for how to add keybindings using C# attributes. -- Mike Kestner <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
