Hello, in an application I am developing I have recently added a firefox-like search bar. The problem is that the menu item accelerators for copy, paste etc (which are used for the main application widget) consume the related key presses and they never reach the search text entry (because the search bar is in the same Gtk.Window).
The solution I have found so far is to put these problematic accelerators in a seperate AccelGroup and add or remove them from the main window according to which widget has the focus. Does someone know of a more elegant way of doing this? Can I define accelerators that work on a per widget basis? Thank you, Alexandros _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
