/[emacs]/emacs/lwlib/lwlib.h
ViewVC logotype

Diff of /emacs/lwlib/lwlib.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by miles, Mon Sep 1 15:45:41 2003 UTC revision 1.16 by jhd, Mon Aug 30 19:42:20 2004 UTC
# Line 64  enum menu_separator Line 64  enum menu_separator
64  typedef struct _widget_value  typedef struct _widget_value
65  {  {
66    /* name of widget */    /* name of widget */
67      Lisp_Object   lname;
68    char*         name;    char*         name;
69    /* value (meaning depend on widget type) */    /* value (meaning depend on widget type) */
70    char*         value;    char*         value;
71    /* keyboard equivalent. no implications for XtTranslations */    /* keyboard equivalent. no implications for XtTranslations */
72      Lisp_Object   lkey;
73    char*         key;    char*         key;
74    /* Help string or nil if none.    /* Help string or nil if none.
75       GC finds this string through the frame's menu_bar_vector       GC finds this string through the frame's menu_bar_vector

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26