HVScrollableView.st
author Claus Gittinger <cg@exept.de>
Tue, 08 Sep 1998 22:09:00 +0200
changeset 1661 bf446f457d95
parent 1112 6bd9edc636cc
child 1923 cc9c075f0bc5
permissions -rw-r--r--
fixed selectWordAtX:y for variable fonts.

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/HVScrollableView.st,v 1.26 1997-03-07 14:22:13 cg Exp $'
! !