]> git.eshelyaron.com Git - emacs.git/commitdiff
* lwlib.h (_widget_value): Added lname and lkey.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 30 Aug 2004 19:42:20 +0000 (19:42 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 30 Aug 2004 19:42:20 +0000 (19:42 +0000)
lwlib/ChangeLog
lwlib/lwlib.h

index 3b69d955392edd9769e1bba370a504af965425c4..923f52debdd94a53c9f9e664dc4bf5cdcda2a1b3 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * lwlib.h (_widget_value): Added lname and lkey.
+
 2004-01-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xlwmenuP.h (_XlwMenu_part): Added top_depth.
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