Mercurial > hg > xemacs-beta
comparison src/gui-x.h @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 6b37e6ddd302 |
children | 557eaa0339bf |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
73 void free_popup_widget_value_tree (widget_value *wv); | 73 void free_popup_widget_value_tree (widget_value *wv); |
74 void popup_selection_callback (Widget widget, LWLIB_ID ignored_id, | 74 void popup_selection_callback (Widget widget, LWLIB_ID ignored_id, |
75 XtPointer client_data); | 75 XtPointer client_data); |
76 int button_item_to_widget_value (Lisp_Object desc, widget_value *wv, | 76 int button_item_to_widget_value (Lisp_Object desc, widget_value *wv, |
77 int allow_text_field_p, int no_keys_p); | 77 int allow_text_field_p, int no_keys_p); |
78 Lisp_Object menu_name_to_accelerator (char *name); | |
78 Boolean separator_string_p (CONST char *s); | 79 Boolean separator_string_p (CONST char *s); |
79 char *menu_separator_style (CONST char *s); | 80 char *menu_separator_style (CONST char *s); |
80 Lisp_Object widget_value_unwind (Lisp_Object closure); | 81 Lisp_Object widget_value_unwind (Lisp_Object closure); |
81 | 82 |
82 #endif /* HAVE_POPUPS */ | 83 #endif /* HAVE_POPUPS */ |