comparison src/console.h @ 215:1f0dabaa0855 r20-4b6

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents 78f53ef88e17
children 677f6a0ee643
comparison
equal deleted inserted replaced
214:c5d88c05e1e9 215:1f0dabaa0855
198 #ifdef HAVE_TOOLBARS 198 #ifdef HAVE_TOOLBARS
199 /* toolbar methods */ 199 /* toolbar methods */
200 void (*toolbar_size_changed_in_frame_method) (struct frame *f, 200 void (*toolbar_size_changed_in_frame_method) (struct frame *f,
201 enum toolbar_pos pos, 201 enum toolbar_pos pos,
202 Lisp_Object oldval); 202 Lisp_Object oldval);
203 void (*toolbar_border_width_changed_in_frame_method) (struct frame *f,
204 enum toolbar_pos pos,
205 Lisp_Object oldval);
203 void (*toolbar_visible_p_changed_in_frame_method) (struct frame *f, 206 void (*toolbar_visible_p_changed_in_frame_method) (struct frame *f,
204 enum toolbar_pos pos, 207 enum toolbar_pos pos,
205 Lisp_Object oldval); 208 Lisp_Object oldval);
206 void (*output_frame_toolbars_method) (struct frame *); 209 void (*output_frame_toolbars_method) (struct frame *);
207 void (*initialize_frame_toolbars_method) (struct frame *); 210 void (*initialize_frame_toolbars_method) (struct frame *);