Scroller.st
changeset 689 1f0e278ce283
parent 679 c702b3d82f01
child 695 1c52a7c0166d
equal deleted inserted replaced
688:569fd4799c3c 689:1f0e278ce283
   798     "return the scrollers orientation (#vertical or #horizontal)"
   798     "return the scrollers orientation (#vertical or #horizontal)"
   799 
   799 
   800     ^ orientation
   800     ^ orientation
   801 !
   801 !
   802 
   802 
       
   803 thumb
       
   804     "for compatibility with scrollBars, return the receiver"
       
   805 
       
   806     ^ self
       
   807 
       
   808     "Created: 26.5.1996 / 12:21:12 / cg"
       
   809 !
       
   810 
   803 thumbColor
   811 thumbColor
   804     "return the thumbs color"
   812     "return the thumbs color"
   805 
   813 
   806     ^ thumbColor
   814     ^ thumbColor
   807 !
   815 !
  1757 ! !
  1765 ! !
  1758 
  1766 
  1759 !Scroller class methodsFor:'documentation'!
  1767 !Scroller class methodsFor:'documentation'!
  1760 
  1768 
  1761 version
  1769 version
  1762     ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.52 1996-05-25 10:10:35 cg Exp $'
  1770     ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.53 1996-05-26 11:36:58 cg Exp $'
  1763 ! !
  1771 ! !