ListView.st
changeset 2810 b7784f4ca220
parent 2771 97cea7d919e5
child 2812 7bdc97bf18d9
equal deleted inserted replaced
2809:d2a07ff6170d 2810:b7784f4ca220
  3702     "setup for auto-scroll up (when button-press-moving to the left of the view)
  3702     "setup for auto-scroll up (when button-press-moving to the left of the view)
  3703      - timeDelta for scroll is computed from distance"
  3703      - timeDelta for scroll is computed from distance"
  3704 
  3704 
  3705     self
  3705     self
  3706         startAutoScrollHorizontal:xDistance negated 
  3706         startAutoScrollHorizontal:xDistance negated 
  3707         scrollSelector:#scrollSelectRight
  3707         scrollSelector:#scrollSelectLeft
  3708 !
  3708 !
  3709 
  3709 
  3710 startAutoScrollRight:xDistance
  3710 startAutoScrollRight:xDistance
  3711     "setup for auto-scroll down (when button-press-moving to the right of the view)
  3711     "setup for auto-scroll down (when button-press-moving to the right of the view)
  3712      - timeDelta for scroll is computed from distance"
  3712      - timeDelta for scroll is computed from distance"
  4451 ! !
  4451 ! !
  4452 
  4452 
  4453 !ListView class methodsFor:'documentation'!
  4453 !ListView class methodsFor:'documentation'!
  4454 
  4454 
  4455 version
  4455 version
  4456     ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.284 2003-06-03 09:20:39 cg Exp $'
  4456     ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.285 2003-09-26 08:21:17 cg Exp $'
  4457 ! !
  4457 ! !