]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib.h
(nnmail-extra-headers): Add defvar.
[gnu-emacs] / lwlib / lwlib.h
index 02560e4754508a92392fac57d2873823281a1382..a141c6005264ad2579f99c04efb7637a0116eb6e 100644 (file)
@@ -64,10 +64,12 @@ enum menu_separator
 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