HVScrollableView.st
changeset 584 e3b11115fc18
parent 572 121735c2aff6
child 678 c1967a46b2c1
equal deleted inserted replaced
583:2ec13b7ceba5 584:e3b11115fc18
    37 "
    37 "
    38     a view containing both horizontal and vertical scrollbars
    38     a view containing both horizontal and vertical scrollbars
    39     and some other (slave-)view.
    39     and some other (slave-)view.
    40 
    40 
    41     Please see the documentation and examples in my superclass, ScrollableView
    41     Please see the documentation and examples in my superclass, ScrollableView
       
    42 
       
    43     [author:]
       
    44         Claus Gittinger
    42 "
    45 "
    43 ! !
    46 ! !
    44 
    47 
    45 !HVScrollableView methodsFor:'accessing'!
    48 !HVScrollableView methodsFor:'accessing'!
    46 
    49 
   281 ! !
   284 ! !
   282 
   285 
   283 !HVScrollableView class methodsFor:'documentation'!
   286 !HVScrollableView class methodsFor:'documentation'!
   284 
   287 
   285 version
   288 version
   286     ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.15 1996-04-22 22:20:01 cg Exp $'
   289     ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.16 1996-04-25 17:16:19 cg Exp $'
   287 ! !
   290 ! !