After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 55470 - add gtk_window_get_mnemonic_modifier()
add gtk_window_get_mnemonic_modifier()
Status: RESOLVED DUPLICATE of bug 55767
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-05-30 10:57 UTC by Vitaly Tishkov
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Tishkov 2001-05-30 10:57:21 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
Comment 1 Havoc Pennington 2001-06-05 17:35:23 UTC

*** This bug has been marked as a duplicate of 55767 ***