Mercurial > hg > xemacs-beta
comparison src/console.h @ 102:a145efe76779 r20-1b3
Import from CVS: tag r20-1b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:49 +0200 |
parents | 131b0175ea99 |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
101:a0ec055d74dd | 102:a145efe76779 |
---|---|
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 *, |