comparison src/gui-x.h @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 2f8bb876ab1d
children 697ef44129c6
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
67 int popup_handled_p (LWLIB_ID id); 67 int popup_handled_p (LWLIB_ID id);
68 void free_popup_widget_value_tree (widget_value *wv); 68 void free_popup_widget_value_tree (widget_value *wv);
69 void popup_selection_callback (Widget widget, LWLIB_ID ignored_id, 69 void popup_selection_callback (Widget widget, LWLIB_ID ignored_id,
70 XtPointer client_data); 70 XtPointer client_data);
71 char *strdup_and_add_accel (char *name); 71 char *strdup_and_add_accel (char *name);
72 int button_item_to_widget_value (Lisp_Object desc, widget_value *wv, 72 int button_item_to_widget_value (Lisp_Object gui_object_instance,
73 int allow_text_field_p, int no_keys_p); 73 Lisp_Object gui_item, widget_value *wv,
74 widget_value * gui_items_to_widget_values (Lisp_Object items); 74 int allow_text_field_p, int no_keys_p,
75 int menu_entry_p);
76 widget_value * gui_items_to_widget_values (Lisp_Object gui_object_instance,
77 Lisp_Object items);
75 Lisp_Object menu_name_to_accelerator (char *name); 78 Lisp_Object menu_name_to_accelerator (char *name);
76 char *menu_separator_style (const char *s); 79 char *menu_separator_style (const char *s);
77 Lisp_Object widget_value_unwind (Lisp_Object closure); 80 Lisp_Object widget_value_unwind (Lisp_Object closure);
78 81
79 #endif /* INCLUDED_gui_x_h_ */ 82 #endif /* INCLUDED_gui_x_h_ */