HVScrView.st
author Claus Gittinger <cg@exept.de>
Fri, 13 Nov 1998 15:20:00 +0100
changeset 1720 896886032334
parent 1112 6bd9edc636cc
child 1923 cc9c075f0bc5
permissions -rw-r--r--
added opaqueResize option.

ScrollableView subclass:#HVScrollableView
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Views-Basic'
!

!HVScrollableView class methodsFor:'documentation'!

documentation
"
    This class is now void; all horizontal scroll functionality is
    now contained in ScrollableView.
    It remains here, for backward compatibility with applications using
    it.

    Please see the documentation and examples in my superclass, ScrollableView

    [author:]
        Claus Gittinger
"

! !

!HVScrollableView class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libwidg/Attic/HVScrView.st,v 1.26 1997-03-07 14:22:13 cg Exp $'
! !