comparison src/scrollbar.c @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
823 823
824 DEFUN ("scrollbar-vertical-drag", Fscrollbar_vertical_drag, 824 DEFUN ("scrollbar-vertical-drag", Fscrollbar_vertical_drag,
825 Sscrollbar_vertical_drag, 1, 1, 0 /* 825 Sscrollbar_vertical_drag, 1, 1, 0 /*
826 Function called when the user drags the vertical scrollbar thumb. 826 Function called when the user drags the vertical scrollbar thumb.
827 One argument, a cons containing the scrollbar's window and a value 827 One argument, a cons containing the scrollbar's window and a value
828 (#### document me!). You can advise this function to change the 828 between point-min and point-max. You can advise this function to
829 scrollbar behavior. 829 change the scrollbar behavior.
830 */ ) 830 */ )
831 (object) 831 (object)
832 Lisp_Object object; 832 Lisp_Object object;
833 { 833 {
834 Bufpos start_pos; 834 Bufpos start_pos;