Mercurial > hg > xemacs-beta
diff lisp/gtk-widgets.el @ 2081:e8db6a10ad42
[xemacs-hg @ 2004-05-15 07:31:43 by malcolmp]
Added support for Gtk menu bar, menu item and dialog button mnemonics.
author | malcolmp |
---|---|
date | Sat, 15 May 2004 07:31:49 +0000 |
parents | 7039e6323819 |
children | 3889ef128488 308d34e9f07d |
line wrap: on
line diff
--- a/lisp/gtk-widgets.el Fri May 14 21:50:44 2004 +0000 +++ b/lisp/gtk-widgets.el Sat May 15 07:31:49 2004 +0000 @@ -35,6 +35,9 @@ '(gtk-import-function-internal gtk-call-function gtk-import-variable-internal gtk-ctree-recurse)) +(gtk-import-function GtkAccelGroup gtk_accel_group_new) + + (gtk-import-function GtkType gtk_accel_label_get_type) (gtk-import-function GtkWidget gtk_accel_label_new GtkString) (gtk-import-function guint gtk_accel_label_get_accel_width GtkAccelLabel)