summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-10 22:09:22 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-10 22:09:22 +0000
commitf3a74ace5f69840657813cd68f441ceadea671e8 (patch)
treef7472b9e2844e5b6a983fc8586bf0b6d08edf6ca /gtk/Makefile.am
parent5c98a5ebee6c2554d5d230e18091e071aca7292a (diff)
downloadgdk-pixbuf-f3a74ace5f69840657813cd68f441ceadea671e8.tar.gz
Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)
2004-12-10 Matthias Clasen <mclasen@redhat.com> Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor) * gtk/gtkwindow.c: Factor out mnemonic hash code into a separate file. * gtk/gtkmnemonichash.[hc]: Factored out mnemonic hash code from gtkwindow.c. * gtk/Makefile.am (gtk_c_sources): Add gtkmnemonichash.[hc]. * gtk/gtkmenushell.c (struct _GtkMenuShellPrivate): Give menu shells their own mnemonic hash. * gtk/gtkmenushell.h: Add private api to support mnemonics. * gtk/gtklabel.c (gtk_label_setup_mnemonic): Add mnemonic to the menushell mnemonic hash when inside a menu.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 79dead641..d4fdb0533 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -425,6 +425,8 @@ gtk_c_sources = \
gtkmenutoolbutton.c \
gtkmessagedialog.c \
gtkmisc.c \
+ gtkmnemonichash.c \
+ gtkmnemonichash.h \
gtkmodules.c \
gtknotebook.c \
gtkobject.c \