comparison lwlib/lwlib.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
62 }; 62 };
63 63
64 typedef struct _widget_value 64 typedef struct _widget_value
65 { 65 {
66 /* name of widget */ 66 /* name of widget */
67 Lisp_Object lname;
67 char* name; 68 char* name;
68 /* value (meaning depend on widget type) */ 69 /* value (meaning depend on widget type) */
69 char* value; 70 char* value;
70 /* keyboard equivalent. no implications for XtTranslations */ 71 /* keyboard equivalent. no implications for XtTranslations */
72 Lisp_Object lkey;
71 char* key; 73 char* key;
72 /* Help string or nil if none. 74 /* Help string or nil if none.
73 GC finds this string through the frame's menu_bar_vector 75 GC finds this string through the frame's menu_bar_vector
74 or through menu_items. */ 76 or through menu_items. */
75 Lisp_Object help; 77 Lisp_Object help;
165 int motif_p)); 167 int motif_p));
166 168
167 void lwlib_bcopy __P ((char*, char*, int)); 169 void lwlib_bcopy __P ((char*, char*, int));
168 170
169 #endif /* LWLIB_H */ 171 #endif /* LWLIB_H */
172
173 /* arch-tag: 44d818d5-7eb2-4d87-acd7-b992bb0d5d20
174 (do not change this comment) */