GNOME Bugzilla – Bug 55470
add gtk_window_get_mnemonic_modifier()
Last modified: 2011-02-04 16:09:25 UTC
GtkWindow has function gtk_window_set_mnemonic_modifier () See http://developer.gnome.org/doc/API/2.0/gtk/gtkwindow.html#GTK-WINDOW-SET-MNEMONIC-MODIFIER However it's impossible to get the value of the modifier using GtkWindow functions or Args. I propose to add function GdkModifierType gtk_window_get_mnemonic_modifier (GtkWindow *window) which will return window->mnemonic_modifier value
*** This bug has been marked as a duplicate of 55767 ***