Mercurial > hg > xemacs-beta
comparison src/gui.h @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | af57a77cbc92 |
children | fdefd0186b75 |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
82 Lisp_Object gui_item_list_find_selected (Lisp_Object gui_item_list); | 82 Lisp_Object gui_item_list_find_selected (Lisp_Object gui_item_list); |
83 int gui_item_included_p (Lisp_Object, Lisp_Object into); | 83 int gui_item_included_p (Lisp_Object, Lisp_Object into); |
84 Lisp_Object gui_item_accelerator (Lisp_Object gui_item); | 84 Lisp_Object gui_item_accelerator (Lisp_Object gui_item); |
85 Lisp_Object gui_name_accelerator (Lisp_Object name); | 85 Lisp_Object gui_name_accelerator (Lisp_Object name); |
86 int gui_item_id_hash (Lisp_Object, Lisp_Object gui_item, int); | 86 int gui_item_id_hash (Lisp_Object, Lisp_Object gui_item, int); |
87 unsigned int gui_item_display_flush_left (Lisp_Object pgui_item, | 87 Bytecount gui_item_display_flush_left (Lisp_Object pgui_item, |
88 char* buf, Bytecount buf_len); | 88 char* buf, Bytecount buf_len); |
89 unsigned int gui_item_display_flush_right (Lisp_Object gui_item, | 89 Bytecount gui_item_display_flush_right (Lisp_Object gui_item, |
90 char* buf, Bytecount buf_len); | 90 char* buf, Bytecount buf_len); |
91 | 91 |
92 Lisp_Object allocate_gui_item (void); | 92 Lisp_Object allocate_gui_item (void); |
93 void gui_item_init (Lisp_Object gui_item); | 93 void gui_item_init (Lisp_Object gui_item); |
94 Lisp_Object parse_gui_item_tree_children (Lisp_Object list); | 94 Lisp_Object parse_gui_item_tree_children (Lisp_Object list); |
95 Lisp_Object copy_gui_item_tree (Lisp_Object arg); | 95 Lisp_Object copy_gui_item_tree (Lisp_Object arg); |