Scroller.st
changeset 1957 41d39e04bf51
parent 1913 37653d123b68
child 1962 baf22110671e
equal deleted inserted replaced
1956:9467faaaf048 1957:41d39e04bf51
   915 ! !
   915 ! !
   916 
   916 
   917 !Scroller methodsFor:'accessing-bg & border'!
   917 !Scroller methodsFor:'accessing-bg & border'!
   918 
   918 
   919 allViewBackground:something
   919 allViewBackground:something
   920     "ignore here"
   920     "ignore here for all scrollers (I want my own background)"
       
   921 
   921 ! !
   922 ! !
   922 
   923 
   923 !Scroller methodsFor:'accessing-look'!
   924 !Scroller methodsFor:'accessing-look'!
   924 
   925 
   925 is3D
   926 is3D
  2399 ! !
  2400 ! !
  2400 
  2401 
  2401 !Scroller class methodsFor:'documentation'!
  2402 !Scroller class methodsFor:'documentation'!
  2402 
  2403 
  2403 version
  2404 version
  2404     ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.132 1999-05-23 11:59:53 cg Exp $'
  2405     ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.133 1999-07-08 09:34:32 cg Exp $'
  2405 ! !
  2406 ! !