Mercurial > hg > xemacs-beta
comparison src/console-impl.h @ 905:c15f25529e61
[xemacs-hg @ 2002-07-06 21:05:42 by andyp]
toolbar redisplay patch
author | andyp |
---|---|
date | Sat, 06 Jul 2002 21:05:58 +0000 |
parents | 79c6ff3eef26 |
children | c925bacdda60 |
comparison
equal
deleted
inserted
replaced
904:47c30044fc4e | 905:c15f25529e61 |
---|---|
259 Lisp_Object image_conversion_list; | 259 Lisp_Object image_conversion_list; |
260 | 260 |
261 #ifdef HAVE_TOOLBARS | 261 #ifdef HAVE_TOOLBARS |
262 /* toolbar methods */ | 262 /* toolbar methods */ |
263 void (*output_frame_toolbars_method) (struct frame *); | 263 void (*output_frame_toolbars_method) (struct frame *); |
264 void (*clear_frame_toolbars_method) (struct frame *); | |
264 void (*initialize_frame_toolbars_method) (struct frame *); | 265 void (*initialize_frame_toolbars_method) (struct frame *); |
265 void (*free_frame_toolbars_method) (struct frame *); | 266 void (*free_frame_toolbars_method) (struct frame *); |
266 void (*output_toolbar_button_method) (struct frame *, Lisp_Object); | 267 void (*output_toolbar_button_method) (struct frame *, Lisp_Object); |
267 void (*redraw_frame_toolbars_method) (struct frame *); | 268 void (*redraw_frame_toolbars_method) (struct frame *); |
268 void (*redraw_exposed_toolbars_method) (struct frame *f, int x, int y, | 269 void (*redraw_exposed_toolbars_method) (struct frame *f, int x, int y, |