Mercurial > hg > xemacs-beta
comparison src/console.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 441bb1e64a06 |
children | a145efe76779 |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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_slider_size_change_method) (void); | 217 int (*inhibit_scrollbar_thumb_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 *, |