/[emacs]/emacs/src/gtkutil.h
ViewVC logotype

Diff of /emacs/src/gtkutil.h

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

revision 1.10 by jhd, Sun Nov 16 16:05:24 2003 UTC revision 1.11 by jhd, Mon Aug 30 19:42:53 2004 UTC
# Line 96  typedef struct xg_menu_item_cb_data_ Line 96  typedef struct xg_menu_item_cb_data_
96  typedef struct _widget_value  typedef struct _widget_value
97  {  {
98    /* name of widget */    /* name of widget */
99      Lisp_Object   lname;
100    char          *name;    char          *name;
101    /* value (meaning depend on widget type) */    /* value (meaning depend on widget type) */
102    char          *value;    char          *value;
103    /* keyboard equivalent. no implications for XtTranslations */    /* keyboard equivalent. no implications for XtTranslations */
104      Lisp_Object   lkey;
105    char          *key;    char          *key;
106    /* Help string or nil if none.    /* Help string or nil if none.
107       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.10  
changed lines
  Added in v.1.11

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