Scroller.st
changeset 3603 cf5399ef4d5f
parent 3486 317fc3d76634
child 3677 b545f945772c
equal deleted inserted replaced
3602:bec76402b9c2 3603:cf5399ef4d5f
   923     self beSynchronous
   923     self beSynchronous
   924 ! !
   924 ! !
   925 
   925 
   926 !Scroller methodsFor:'accessing-bg & border'!
   926 !Scroller methodsFor:'accessing-bg & border'!
   927 
   927 
   928 allViewBackground:something
   928 allViewBackground:something if:condition
   929     "ignore here for all scrollers (I want my own background)"
   929     "ignore here for all scrollers (I want my own background)"
   930 
   930 
   931     "/ ^ super allViewBackground:something
   931     "/ ^ super allViewBackground:something
   932 ! !
   932 ! !
   933 
   933 
  2662 ! !
  2662 ! !
  2663 
  2663 
  2664 !Scroller class methodsFor:'documentation'!
  2664 !Scroller class methodsFor:'documentation'!
  2665 
  2665 
  2666 version
  2666 version
  2667     ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.185 2007-05-30 11:42:53 stefan Exp $'
  2667     ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.186 2008-05-19 10:42:53 sr Exp $'
  2668 ! !
  2668 ! !