Mercurial > hg > xemacs-beta
comparison src/console.h @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | ac2d302a0011 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
25:383a494979f8 | 26:441bb1e64a06 |
---|---|
212 int width, int height); | 212 int width, int height); |
213 #endif | 213 #endif |
214 | 214 |
215 #ifdef HAVE_SCROLLBARS | 215 #ifdef HAVE_SCROLLBARS |
216 /* scrollbar methods */ | 216 /* scrollbar methods */ |
217 int (*inhibit_scrollbar_thumb_size_change_method) (void); | 217 int (*inhibit_scrollbar_slider_size_change_method) (void); |
218 void (*free_scrollbar_instance_method) (struct scrollbar_instance *); | 218 void (*free_scrollbar_instance_method) (struct scrollbar_instance *); |
219 void (*release_scrollbar_instance_method) (struct scrollbar_instance *); | 219 void (*release_scrollbar_instance_method) (struct scrollbar_instance *); |
220 void (*create_scrollbar_instance_method) (struct frame *, int, | 220 void (*create_scrollbar_instance_method) (struct frame *, int, |
221 struct scrollbar_instance *); | 221 struct scrollbar_instance *); |
222 void (*scrollbar_width_changed_in_frame_method) (Lisp_Object, struct frame *, | 222 void (*scrollbar_width_changed_in_frame_method) (Lisp_Object, struct frame *, |