HVScrollableView.st
author Claus Gittinger <cg@exept.de>
Thu, 09 Nov 2017 20:09:30 +0100
changeset 6225 0122e4e6c587
parent 2149 b2e64bada77c
permissions -rw-r--r--
#FEATURE by cg class: GenericToolbarIconLibrary class added: #hideFilter16x16Icon
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2149
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     1
"
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     2
 COPYRIGHT (c) 1990 by Claus Gittinger
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     3
              All Rights Reserved
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     4
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     5
 This software is furnished under a license and may be used
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     6
 only in accordance with the terms of that license and with the
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     8
 be provided or otherwise made available to, or used by, any
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
     9
 other person.  No title to or ownership of the software is
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    10
 hereby transferred.
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    11
"
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    12
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    13
0
e6a541c1c0eb Initial revision
claus
parents:
diff changeset
    14
ScrollableView subclass:#HVScrollableView
1104
88b80680773e about to merge V & HV scrollableView into a single
Claus Gittinger <cg@exept.de>
parents: 1074
diff changeset
    15
	instanceVariableNames:''
572
121735c2aff6 commentary
Claus Gittinger <cg@exept.de>
parents: 216
diff changeset
    16
	classVariableNames:''
121735c2aff6 commentary
Claus Gittinger <cg@exept.de>
parents: 216
diff changeset
    17
	poolDictionaries:''
121735c2aff6 commentary
Claus Gittinger <cg@exept.de>
parents: 216
diff changeset
    18
	category:'Views-Basic'
0
e6a541c1c0eb Initial revision
claus
parents:
diff changeset
    19
!
e6a541c1c0eb Initial revision
claus
parents:
diff changeset
    20
845
ab868eb2c7cd examples added
Claus Gittinger <cg@exept.de>
parents: 818
diff changeset
    21
!HVScrollableView class methodsFor:'documentation'!
63
f4eaf04d1eaf *** empty log message ***
claus
parents: 59
diff changeset
    22
2149
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    23
copyright
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    24
"
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    25
 COPYRIGHT (c) 1990 by Claus Gittinger
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    26
              All Rights Reserved
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    27
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    28
 This software is furnished under a license and may be used
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    29
 only in accordance with the terms of that license and with the
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    31
 be provided or otherwise made available to, or used by, any
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    32
 other person.  No title to or ownership of the software is
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    33
 hereby transferred.
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    34
"
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    35
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    36
!
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    37
38
4b9b70b2cc87 2.10.3 pre-final version
claus
parents: 21
diff changeset
    38
documentation
4b9b70b2cc87 2.10.3 pre-final version
claus
parents: 21
diff changeset
    39
"
1112
6bd9edc636cc forced checkin / source container change from HVScrView.st
Claus Gittinger <cg@exept.de>
parents: 1104
diff changeset
    40
    This class is now void; all horizontal scroll functionality is
6bd9edc636cc forced checkin / source container change from HVScrView.st
Claus Gittinger <cg@exept.de>
parents: 1104
diff changeset
    41
    now contained in ScrollableView.
6bd9edc636cc forced checkin / source container change from HVScrView.st
Claus Gittinger <cg@exept.de>
parents: 1104
diff changeset
    42
    It remains here, for backward compatibility with applications using
6bd9edc636cc forced checkin / source container change from HVScrView.st
Claus Gittinger <cg@exept.de>
parents: 1104
diff changeset
    43
    it.
130
claus
parents: 105
diff changeset
    44
claus
parents: 105
diff changeset
    45
    Please see the documentation and examples in my superclass, ScrollableView
584
e3b11115fc18 documentation
Claus Gittinger <cg@exept.de>
parents: 572
diff changeset
    46
e3b11115fc18 documentation
Claus Gittinger <cg@exept.de>
parents: 572
diff changeset
    47
    [author:]
e3b11115fc18 documentation
Claus Gittinger <cg@exept.de>
parents: 572
diff changeset
    48
        Claus Gittinger
38
4b9b70b2cc87 2.10.3 pre-final version
claus
parents: 21
diff changeset
    49
"
845
ab868eb2c7cd examples added
Claus Gittinger <cg@exept.de>
parents: 818
diff changeset
    50
105
3d064ba4a0cc *** empty log message ***
claus
parents: 65
diff changeset
    51
! !
3d064ba4a0cc *** empty log message ***
claus
parents: 65
diff changeset
    52
1923
cc9c075f0bc5 defaults for hasHVScrollbar now defined in a class method.
tm
parents: 1112
diff changeset
    53
!HVScrollableView class methodsFor:'defaults'!
cc9c075f0bc5 defaults for hasHVScrollbar now defined in a class method.
tm
parents: 1112
diff changeset
    54
cc9c075f0bc5 defaults for hasHVScrollbar now defined in a class method.
tm
parents: 1112
diff changeset
    55
defaultHorizontalScrollable
cc9c075f0bc5 defaults for hasHVScrollbar now defined in a class method.
tm
parents: 1112
diff changeset
    56
    ^ true
cc9c075f0bc5 defaults for hasHVScrollbar now defined in a class method.
tm
parents: 1112
diff changeset
    57
cc9c075f0bc5 defaults for hasHVScrollbar now defined in a class method.
tm
parents: 1112
diff changeset
    58
cc9c075f0bc5 defaults for hasHVScrollbar now defined in a class method.
tm
parents: 1112
diff changeset
    59
! !
cc9c075f0bc5 defaults for hasHVScrollbar now defined in a class method.
tm
parents: 1112
diff changeset
    60
845
ab868eb2c7cd examples added
Claus Gittinger <cg@exept.de>
parents: 818
diff changeset
    61
!HVScrollableView class methodsFor:'documentation'!
65
b33e4f3a264e *** empty log message ***
claus
parents: 63
diff changeset
    62
216
d35b116e03a6 checkin from browser
Claus Gittinger <cg@exept.de>
parents: 174
diff changeset
    63
version
2149
b2e64bada77c copyrights
Claus Gittinger <cg@exept.de>
parents: 1923
diff changeset
    64
    ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.28 2000-02-18 14:29:44 cg Exp $'
65
b33e4f3a264e *** empty log message ***
claus
parents: 63
diff changeset
    65
! !