Mercurial > hg > xemacs-beta
comparison src/gui-x.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 Boston, MA 02111-1307, USA. */ | 20 Boston, MA 02111-1307, USA. */ |
21 | 21 |
22 /* Synched up with: Not in FSF. */ | 22 /* Synched up with: Not in FSF. */ |
23 | 23 |
24 #ifndef _XEMACS_XLWLIB_H_ | 24 #ifndef INCLUDED_gui_x_h_ |
25 #define _XEMACS_XLWLIB_H_ | 25 #define INCLUDED_gui_x_h_ |
26 | 26 |
27 #include "../lwlib/lwlib.h" | 27 #include "../lwlib/lwlib.h" |
28 | 28 |
29 widget_value *xmalloc_widget_value (void); | 29 widget_value *xmalloc_widget_value (void); |
30 | 30 |
73 widget_value * gui_items_to_widget_values (Lisp_Object items); | 73 widget_value * gui_items_to_widget_values (Lisp_Object items); |
74 Lisp_Object menu_name_to_accelerator (char *name); | 74 Lisp_Object menu_name_to_accelerator (char *name); |
75 char *menu_separator_style (CONST char *s); | 75 char *menu_separator_style (CONST char *s); |
76 Lisp_Object widget_value_unwind (Lisp_Object closure); | 76 Lisp_Object widget_value_unwind (Lisp_Object closure); |
77 | 77 |
78 #endif /* _XEMACS_XLWLIB_H_ */ | 78 #endif /* INCLUDED_gui_x_h_ */ |