/[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.2 by jhd, Sat Jan 25 16:25:39 2003 UTC revision 1.3 by lektu, Tue Feb 4 14:03:12 2003 UTC
# Line 66  typedef struct xg_list_node_ Line 66  typedef struct xg_list_node_
66  typedef struct xg_menu_cb_data_  typedef struct xg_menu_cb_data_
67  {  {
68    xg_list_node  ptrs;    xg_list_node  ptrs;
69      
70    FRAME_PTR     f;    FRAME_PTR     f;
71    Lisp_Object   menu_bar_vector;    Lisp_Object   menu_bar_vector;
72    int           menu_bar_items_used;    int           menu_bar_items_used;
# Line 85  typedef struct xg_menu_item_cb_data_ Line 85  typedef struct xg_menu_item_cb_data_
85    Lisp_Object   help;    Lisp_Object   help;
86    gpointer      call_data;    gpointer      call_data;
87    xg_menu_cb_data *cl_data;    xg_menu_cb_data *cl_data;
88      
89  } xg_menu_item_cb_data;  } xg_menu_item_cb_data;
90    
91    
# Line 98  typedef struct _widget_value Line 98  typedef struct _widget_value
98    char          *name;    char          *name;
99    /* value (meaning depend on widget type) */    /* value (meaning depend on widget type) */
100    char          *value;    char          *value;
101    /* keyboard equivalent. no implications for XtTranslations */    /* keyboard equivalent. no implications for XtTranslations */
102    char          *key;    char          *key;
103    /* Help string or nil if none.    /* Help string or nil if none.
104       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.2  
changed lines
  Added in v.1.3

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