SimpleView.st
changeset 4964 b059a14ce764
parent 4958 bfa2bf30f449
child 4966 3a8ffabd2fa3
equal deleted inserted replaced
4963:157b9720c9d3 4964:b059a14ce764
  9134     self scrollDown:(self innerHeight)
  9134     self scrollDown:(self innerHeight)
  9135 
  9135 
  9136     "Created: 13.9.1996 / 14:06:54 / cg"
  9136     "Created: 13.9.1996 / 14:06:54 / cg"
  9137 !
  9137 !
  9138 
  9138 
       
  9139 pageLeft
       
  9140     self scrollLeft:(self innerWidth)
       
  9141 
       
  9142     "Created: 13.9.1996 / 14:06:54 / cg"
       
  9143 !
       
  9144 
       
  9145 pageRight
       
  9146     self scrollRight:(self innerWidth)
       
  9147 !
       
  9148 
  9139 pageUp
  9149 pageUp
  9140     self scrollUp:(self innerHeight)
  9150     self scrollUp:(self innerHeight)
  9141 
  9151 
  9142     "Created: 13.9.1996 / 14:07:01 / cg"
  9152     "Created: 13.9.1996 / 14:07:01 / cg"
  9143 !
  9153 !
 10118 ! !
 10128 ! !
 10119 
 10129 
 10120 !SimpleView class methodsFor:'documentation'!
 10130 !SimpleView class methodsFor:'documentation'!
 10121 
 10131 
 10122 version
 10132 version
 10123     ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.581 2008-05-19 10:42:31 sr Exp $'
 10133     ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.582 2008-05-28 13:50:22 stefan Exp $'
 10124 ! !
 10134 ! !
 10125 
 10135 
 10126 SimpleView initialize!
 10136 SimpleView initialize!