emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.h


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.h
Date: Mon, 30 Aug 2004 16:09:52 -0400

Index: emacs/src/gtkutil.h
diff -c emacs/src/gtkutil.h:1.10 emacs/src/gtkutil.h:1.11
*** emacs/src/gtkutil.h:1.10    Sun Nov 16 16:05:24 2003
--- emacs/src/gtkutil.h Mon Aug 30 19:42:53 2004
***************
*** 96,105 ****
--- 96,107 ----
  typedef struct _widget_value
  {
    /* name of widget */
+   Lisp_Object   lname;
    char                *name;
    /* value (meaning depend on widget type) */
    char                *value;
    /* keyboard equivalent. no implications for XtTranslations */
+   Lisp_Object   lkey;
    char                *key;
    /* Help string or nil if none.
       GC finds this string through the frame's menu_bar_vector




reply via email to

[Prev in Thread] Current Thread [Next in Thread]