Files:
       gtk-azzit-001104-0.patch.gz
       gtk-azzit-001104-0.patch.README

This patch introduces the functions
       gdk_key_grab
and gtk_key_grab.


void gdk_key_grab(guint keysym, GdkModifierType modifier); // interally used

void gtk_key_grab(GtkWidgt *widget, guint keysym, GdkModifierType modifier);


These two enable GTK+ Applications to make use of passive grabs which are
triggered, when the specified key/modifier combination is pressed.

This patch applies to GTK+-1.2.8


       Lukas Schroeder <[email protected]>