MacOSX2ToolbarIconLibrary.st
author Claus Gittinger <cg@exept.de>
Fri, 06 Mar 2020 21:56:26 +0100
changeset 6843 6c5e543e903e
parent 6772 cd06b6bf8dc9
permissions -rw-r--r--
#OTHER by cg class: SimpleView added: #isWarningBox
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6772
cd06b6bf8dc9 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6415
diff changeset
     1
"{ Encoding: utf8 }"
cd06b6bf8dc9 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6415
diff changeset
     2
6107
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
     3
"
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
     4
 COPYRIGHT (c) 2015 by Claus Gittinger
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
     5
              All Rights Reserved
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
     6
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
     7
 This software is furnished under a license and may be used
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
     8
 only in accordance with the terms of that license and with the
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
     9
 inclusion of the above copyright notice.   This software may not
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    10
 be provided or otherwise made available to, or used by, any
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    11
 other person.  No title to or ownership of the software is
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    12
 hereby transferred.
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    13
"
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
"{ Package: 'stx:libwidg' }"
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
"{ NameSpace: Smalltalk }"
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
MacOSXToolbarIconLibrary subclass:#MacOSX2ToolbarIconLibrary
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	instanceVariableNames:''
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	classVariableNames:''
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
	poolDictionaries:''
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
	category:'Interface-Smalltalk'
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
!MacOSX2ToolbarIconLibrary class methodsFor:'documentation'!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
6107
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    27
copyright
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    28
"
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    29
 COPYRIGHT (c) 2015 by Claus Gittinger
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    30
              All Rights Reserved
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    31
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    32
 This software is furnished under a license and may be used
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    33
 only in accordance with the terms of that license and with the
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    34
 inclusion of the above copyright notice.   This software may not
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    35
 be provided or otherwise made available to, or used by, any
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    36
 other person.  No title to or ownership of the software is
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    37
 hereby transferred.
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    38
"
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    39
!
bfd73632f6d7 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 5464
diff changeset
    40
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
documentation
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
"
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
    ToolbarIconLibrary := MacOSX2ToolbarIconLibrary
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
    This is a style specific icon library for a mac-OSX look (yosemity).
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
    Never access this iconlibrary directly from an application -
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
    always use ToolbarIconLibrary, which is an alias to one of the style specific
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
    icon libs.
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
    Notice and Warning:
6772
cd06b6bf8dc9 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6415
diff changeset
    52
        only redefine existing icons here; never add only to here.
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
        For every icon-method here, there MUST be a corresponding (albeit
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
        possibly ugly) icon-method in GenericToolBarIcon.
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
"
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
! !
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
!MacOSX2ToolbarIconLibrary class methodsFor:'image specs'!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
checkToggleOffDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    68
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
     self checkToggleOffDisabledIcon inspect
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    70
     ImageEditor openOnClass:self andSelector:#checkToggleOffDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    71
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    72
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    73
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    74
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    75
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    76
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
    77
        constantNamed:'MacOSX2ToolbarIconLibrary class checkToggleOffDisabledIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
    78
        ifAbsentPut:[(Depth4Image width:16 height:16) bitsPerSample:(#[4]); bits:#[204 204 204 204 204 204 204 204 204 204 204 204 204 204 204 204 204 204 186 170 170 171 204 204 204 204 221 221 221 221 204 204 204 189 238 238 238 238 219 204 204 190 238 238 238 238 235 204 204 190 238 238 238 238 235 204 204 190 238 238 238 238 235 204 204 190 238 238 238 238 235 204 204 190 238 238 238 238 235 204 204 190 238 238 238 238 235 204 204 189 238 238 238 238 219 204 204 204 222 238 238 237 204 204 204 204 187 187 187 187 204 204 204 204 204 204 204 204 204 204 204 204 204 204 204 204 204 204]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
    79
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 31 248 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 31 248 0 0 0 0]; yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    80
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    81
5464
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    82
checkToggleOffEnteredIcon
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    83
    "This resource specification was automatically generated
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    84
     by the ImageEditor of ST/X."
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    85
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    86
    "Do not manually edit this!! If it is corrupted,
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    87
     the ImageEditor may not be able to read the specification."
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    88
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    89
    "
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    90
     self checkToggleOffEnteredIcon inspect
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    91
     ImageEditor openOnClass:self andSelector:#checkToggleOffEnteredIcon
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    92
     Icon flushCachedIcons
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    93
    "
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    94
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    95
    <resource: #image>
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    96
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
    97
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
    98
        constantNamed:'MacOSX2ToolbarIconLibrary class checkToggleOffEnteredIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
    99
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 16 16 16 16 16 16 3 0 0 0 0 0 0 2 10 12 4 4 4 4 4 4 12 10 2 0 0 0 0 13 17 8 21 21 21 21 21 21 8 17 13 0 0 0 0 15 8 21 21 21 21 21 21 21 21 8 15 0 0 0 0 18 8 21 21 21 21 21 21 21 21 8 18 0 0 0 0 6 8 21 21 21 21 21 21 21 21 8 6 0 0 0 0 6 8 21 21 21 21 21 21 21 21 8 6 0 0 0 0 6 8 21 21 21 21 21 21 21 21 8 6 0 0 0 0 6 8 21 21 21 21 21 21 21 21 8 6 0 0 0 0 11 7 21 21 21 21 21 21 21 21 7 11 0 0 0 0 14 19 7 8 8 8 8 8 8 7 19 14 0 0 0 0 0 14 11 6 6 6 6 6 6 11 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   100
            colorMapFromArray:#[185 185 185 223 222 223 187 187 187 163 163 163 237 237 237 214 213 214 178 178 178 241 241 241 254 254 254 218 217 218 193 193 193 184 184 184 221 221 221 173 173 173 199 199 199 175 175 175 151 151 151 236 236 236 177 177 177 216 216 216 225 217 212 255 255 255]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   101
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 31 248 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 31 248 0 0 0 0]; yourself); yourself]
5464
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   102
!
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   103
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   104
checkToggleOffIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   105
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   109
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   110
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   112
     self checkToggleOffIcon inspect
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
     ImageEditor openOnClass:self andSelector:#checkToggleOffIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   114
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   115
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   120
        constantNamed:'MacOSX2ToolbarIconLibrary class checkToggleOffIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   121
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 16 16 16 16 16 16 3 0 0 0 0 0 0 2 10 12 4 4 4 4 4 4 12 10 2 0 0 0 0 13 17 8 21 21 21 21 21 21 8 17 13 0 0 0 0 15 8 21 21 21 21 21 21 21 21 8 15 0 0 0 0 18 8 21 21 21 21 21 21 21 21 8 18 0 0 0 0 6 8 21 21 21 21 21 21 21 21 8 6 0 0 0 0 6 8 21 21 21 21 21 21 21 21 8 6 0 0 0 0 6 8 21 21 21 21 21 21 21 21 8 6 0 0 0 0 6 8 21 21 21 21 21 21 21 21 8 6 0 0 0 0 11 7 21 21 21 21 21 21 21 21 7 11 0 0 0 0 14 19 7 8 8 8 8 8 8 7 19 14 0 0 0 0 0 14 11 6 6 6 6 6 6 11 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   122
            colorMapFromArray:#[185 185 185 223 222 223 187 187 187 163 163 163 237 237 237 214 213 214 178 178 178 241 241 241 254 254 254 218 217 218 193 193 193 184 184 184 221 221 221 173 173 173 199 199 199 175 175 175 151 151 151 236 236 236 177 177 177 216 216 216 225 217 212 255 255 255]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   123
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 31 248 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 31 248 0 0 0 0]; yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   124
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
checkToggleOnDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   129
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   132
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   133
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   134
     self checkToggleOnDisabledIcon inspect
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   135
     ImageEditor openOnClass:self andSelector:#checkToggleOnDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   136
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   137
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   138
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   139
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   140
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   141
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   142
        constantNamed:'MacOSX2ToolbarIconLibrary class checkToggleOnDisabledIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   143
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 3 3 3 3 3 3 2 1 0 0 0 0 0 1 4 5 6 6 6 6 6 5 5 4 1 0 0 0 0 2 5 6 6 6 6 6 5 7 8 5 2 0 0 0 0 3 6 6 6 6 6 9 10 11 12 5 3 0 0 0 0 3 6 6 6 6 5 13 14 15 16 6 3 0 0 0 0 3 6 17 18 9 19 20 14 21 17 6 3 0 0 0 0 3 5 22 11 10 23 11 24 21 6 6 3 0 0 0 0 3 6 25 26 27 28 29 30 5 6 6 3 0 0 0 0 3 6 9 31 32 27 33 17 6 6 6 3 0 0 0 0 2 5 6 19 0 4 25 6 6 6 5 2 0 0 0 0 1 4 5 6 33 21 6 6 6 5 4 1 0 0 0 0 0 1 2 3 3 3 3 3 3 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   144
            colorMapFromArray:#[143 143 143 170 170 170 155 155 155 149 149 149 150 150 150 152 152 152 153 153 153 169 169 169 153 153 153 151 151 151 222 222 222 255 255 255 166 166 166 159 159 159 253 253 253 238 238 238 146 146 146 152 152 152 161 161 161 150 150 150 240 240 240 147 147 147 168 168 168 217 217 217 214 214 214 147 147 147 239 239 239 254 254 254 252 252 252 242 242 242 143 143 143 142 142 142 246 246 246 151 151 151]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   145
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 31 248 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 31 248 0 0 0 0]; yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   146
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
5464
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   148
checkToggleOnEnteredIcon
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   149
    "This resource specification was automatically generated
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   150
     by the ImageEditor of ST/X."
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   151
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   152
    "Do not manually edit this!! If it is corrupted,
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   153
     the ImageEditor may not be able to read the specification."
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   154
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   155
    "
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   156
     self checkToggleOnEnteredIcon inspect
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   157
     ImageEditor openOnClass:self andSelector:#checkToggleOnEnteredIcon
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   158
     Icon flushCachedIcons
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   159
    "
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   160
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   161
    <resource: #image>
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   162
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   163
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   164
        constantNamed:'MacOSX2ToolbarIconLibrary class checkToggleOnEnteredIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   165
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 31 32 16 16 16 16 32 31 39 0 0 0 0 0 39 24 27 3 3 3 3 3 22 27 24 39 0 0 0 0 31 27 3 3 3 3 3 14 10 6 27 31 0 0 0 0 32 3 3 3 3 3 46 41 47 44 22 32 0 0 0 0 16 3 3 3 3 42 29 30 11 25 3 16 0 0 0 0 16 3 15 23 33 28 13 18 8 43 3 16 0 0 0 0 16 42 19 47 5 38 47 48 21 3 3 16 0 0 0 0 16 3 34 26 35 20 4 45 42 3 3 16 0 0 0 0 32 3 46 40 37 35 2 43 3 3 3 32 0 0 0 0 31 27 3 9 0 12 17 3 3 3 27 31 0 0 0 0 39 24 27 3 1 21 3 3 3 27 24 39 0 0 0 0 0 39 31 32 16 16 16 16 32 31 39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   166
            colorMapFromArray:#[58 131 213 64 148 243 79 145 217 68 153 248 218 232 245 157 199 244 70 152 244 204 211 224 70 139 215 63 147 242 120 180 244 209 226 243 78 143 214 211 230 248 68 151 244 66 150 244 57 144 248 57 140 235 252 253 254 119 179 243 248 251 254 58 141 236 66 151 246 98 167 243 60 146 248 57 138 231 210 227 243 66 151 248 64 147 240 91 162 240 251 253 254 80 153 243 56 144 248 66 149 244 59 139 230 254 254 255 223 222 223 232 240 249 142 190 241 133 178 234 54 129 214 155 199 244 67 151 246 66 150 245 112 175 241 51 131 223 65 149 244 255 255 255 141 183 226]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   167
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 31 248 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 31 248 0 0 0 0]; yourself); yourself]
5464
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   168
!
54c3f2cf5276 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5450
diff changeset
   169
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   170
checkToggleOnIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   171
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   172
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   173
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   174
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   175
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   178
     self checkToggleOnIcon inspect
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
     ImageEditor openOnClass:self andSelector:#checkToggleOnIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   181
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   182
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   183
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   184
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   185
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   186
        constantNamed:'MacOSX2ToolbarIconLibrary class checkToggleOnIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   187
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 31 32 16 16 16 16 32 31 39 0 0 0 0 0 39 24 27 3 3 3 3 3 22 27 24 39 0 0 0 0 31 27 3 3 3 3 3 14 10 6 27 31 0 0 0 0 32 3 3 3 3 3 46 41 47 44 22 32 0 0 0 0 16 3 3 3 3 42 29 30 11 25 3 16 0 0 0 0 16 3 15 23 33 28 13 18 8 43 3 16 0 0 0 0 16 42 19 47 5 38 47 48 21 3 3 16 0 0 0 0 16 3 34 26 35 20 4 45 42 3 3 16 0 0 0 0 32 3 46 40 37 35 2 43 3 3 3 32 0 0 0 0 31 27 3 9 0 12 17 3 3 3 27 31 0 0 0 0 39 24 27 3 1 21 3 3 3 27 24 39 0 0 0 0 0 39 31 32 16 16 16 16 32 31 39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   188
            colorMapFromArray:#[58 131 213 64 148 243 79 145 217 68 153 248 218 232 245 157 199 244 70 152 244 204 211 224 70 139 215 63 147 242 120 180 244 209 226 243 78 143 214 211 230 248 68 151 244 66 150 244 57 144 248 57 140 235 252 253 254 119 179 243 248 251 254 58 141 236 66 151 246 98 167 243 60 146 248 57 138 231 210 227 243 66 151 248 64 147 240 91 162 240 251 253 254 80 153 243 56 144 248 66 149 244 59 139 230 254 254 255 223 222 223 232 240 249 142 190 241 133 178 234 54 129 214 155 199 244 67 151 246 66 150 245 112 175 241 51 131 223 65 149 244 255 255 255 141 183 226]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   189
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 31 248 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 63 252 31 248 0 0 0 0]; yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   190
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   191
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
comboMenuButtonDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   193
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   194
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   195
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   196
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   197
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   198
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   199
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
     self comboMenuButtonDisabledIcon inspect
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
     ImageEditor openOnClass:self andSelector:#comboMenuButtonDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   202
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   204
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   205
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   206
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   207
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   208
        constantNamed:'MacOSX2ToolbarIconLibrary class comboMenuButtonDisabledIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   209
        ifAbsentPut:[(Depth8Image width:16 height:18) bits:#[0 1 1 1 1 1 1 1 1 0 1 1 2 3 4 5 6 7 6 6 6 7 6 6 6 6 6 6 8 9 10 11 8 8 8 8 8 12 12 12 12 8 8 8 12 8 13 14 15 5 5 5 5 15 5 5 5 5 15 5 5 5 9 16 2 9 9 2 9 2 9 9 9 2 2 9 9 9 9 17 13 18 13 13 13 13 18 13 18 18 13 13 18 13 13 19 16 16 20 20 16 16 20 20 16 20 16 20 16 20 16 21 1 1 22 22 23 24 25 1 1 25 24 23 1 1 22 26 27 28 27 28 0 29 30 31 31 30 29 32 27 27 27 33 34 34 34 34 34 35 36 30 30 36 35 34 34 34 34 37 38 39 38 39 38 39 34 40 41 34 39 38 39 38 38 42 21 21 43 43 21 21 43 21 21 43 21 43 43 21 21 44 26 26 26 26 26 26 26 26 26 26 26 26 26 26 26 45 46 47 47 47 47 47 47 46 46 47 47 46 47 47 46 48 49 49 49 49 33 49 33 49 49 49 33 49 49 33 37 50 51 37 51 51 51 51 37 51 37 37 37 37 37 37 52 53 50 50 50 50 50 50 50 50 50 50 50 42 54 55 49 56 57 58 57 57 58 58 57 57 57 57 58 58 59 35 60 5]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   210
            colorMapFromArray:#[157 157 157 157 157 157 162 162 162 217 217 217 232 232 232 164 164 164 166 166 166 167 167 167 165 165 165 162 162 162 164 164 164 231 231 231 165 165 165 161 161 161 215 215 215 163 163 163 158 158 158 151 151 151 160 160 160 150 150 150 159 159 159 148 148 148 156 156 156 221 221 221 244 244 244 161 161 161 147 147 147 155 155 155 154 154 154 241 241 241 245 245 245 160 160 160 158 158 158 144 144 144 153 153 153 155 155 155 240 240 240 143 143 143 150 150 150 151 151 151 237 237 237 236 236 236 141 141 141 149 149 149 139 139 139 137 137 137 145 145 145 145 145 145 136 136 136 144 144 144 142 142 142 142 142 142 139 139 139 159 159 159 141 141 141 138 138 138 226 226 226 132 132 132 131 131 131 138 138 138 223 223 223]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   211
            mask:((ImageMask width:16 height:18) bits:#[255 254 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 254]; yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   212
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   213
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   214
comboMenuButtonIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   215
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   216
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   217
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   218
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   219
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   220
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   221
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   222
     self comboMenuButtonIcon inspect
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   223
     ImageEditor openOnClass:self andSelector:#comboMenuButtonIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   224
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   225
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   226
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   227
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   228
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   229
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   230
        constantNamed:'MacOSX2ToolbarIconLibrary class comboMenuButtonIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   231
        ifAbsentPut:[(Depth8Image width:16 height:18) bits:#[36 64 93 93 93 64 18 64 64 36 64 64 47 20 62 0 68 9 68 68 95 9 68 68 68 68 95 95 35 102 78 53 35 35 4 4 35 63 63 63 63 80 35 35 63 4 99 77 60 79 79 0 0 60 32 32 79 0 60 79 79 79 102 96 58 103 29 58 29 58 29 103 29 88 58 29 29 103 29 44 56 84 98 98 56 98 84 56 84 84 56 56 84 98 56 10 39 39 82 82 39 39 82 82 39 82 39 82 39 82 39 7 92 92 19 19 51 49 15 92 92 48 72 16 92 92 19 2 74 104 74 104 54 41 75 12 43 75 41 21 74 74 74 59 100 100 100 26 100 91 38 17 52 6 91 26 26 100 26 27 83 23 40 23 83 23 71 31 90 71 23 83 23 83 83 97 37 37 5 5 37 37 5 37 37 5 37 5 5 66 37 22 33 61 1 1 61 1 61 61 61 33 1 61 1 1 33 94 89 105 30 105 105 30 105 89 89 30 105 89 30 105 89 3 101 101 101 101 50 101 73 101 101 101 73 101 28 50 85 57 70 86 70 70 70 70 13 70 13 13 86 45 86 86 8 25 24 24 24 24 24 24 24 24 24 24 24 55 42 67 76 69 87 14 87 87 46 46 87 87 87 87 46 14 81 65 34 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   232
            colorMapFromArray:#[101 172 248 53 140 250 61 135 247 46 108 250 105 175 248 57 144 249 207 230 254 64 139 247 43 118 250 109 178 248 67 143 247 233 232 233 89 165 249 43 131 251 43 93 250 93 168 249 146 198 251 225 240 254 80 159 246 78 159 248 141 189 240 82 161 249 49 116 249 62 149 249 42 128 251 117 150 239 67 152 248 55 125 248 45 133 250 95 170 248 49 136 250 198 225 253 101 172 247 52 140 250 181 192 232 105 175 247 81 160 247 57 143 249 207 230 253 84 163 248 61 147 248 212 232 253 42 124 251 88 165 249 70 147 246 43 130 251 42 93 250 99 167 243 92 168 249 221 237 253 46 134 251 146 197 251 225 239 254 193 212 235 81 161 249 42 127 251 90 167 248 65 117 245 95 169 248 57 130 247 100 172 247 52 140 249 194 213 236 104 175 247 81 160 246 111 141 235 56 143 249 42 116 251 109 177 247 185 197 236 43 130 250 68 152 249 220 237 253 46 134 250 72 156 248 224 239 254 77 118 242 137 184 240 108 171 243 101 173 248 105 176 248 61 107 244 85 163 249 62 147 249 90 166 248 46 130 250 44 131 251 43 94 250 95 169 247 48 136 249 197 224 253 74 157 248 78 160 248 80 160 246 48 111 249 108 177 247 91 159 243 52 121 249 91 167 249 93 167 247 67 152 249 46 133 250 97 170 247 96 170 248 72 155 248 49 137 250]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   233
            mask:((ImageMask width:16 height:18) bits:#[255 254 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 254]; yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   234
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   235
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   236
radioOffDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   237
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   238
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   239
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   240
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   241
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   242
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   243
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   244
     self radioOffDisabledIcon inspect
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   245
     ImageEditor openOnClass:self andSelector:#radioOffDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   246
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   247
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   248
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   249
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   250
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   251
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   252
        constantNamed:'MacOSX2ToolbarIconLibrary class radioOffDisabledIcon'
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   253
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   254
@@@@@@@@@@@@@@@@@@@@@@@@@@@@A 8KB08F@@@@@@@@@@@_@Q$BF1,BFPD_@@@@@@@_GAPQDQDQDQDTGA<@@@@@EP\QDQDQDQDQDP\U@@@@FQHQDQDQDQDQ
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   255
DQDQD!!$@@@(QDQDQDQDQDQDQDQDJ@@@XDQDQDQDQDQDQDQDQF@@@D1DQDQDQDQDQDQDQDQL@@A4QDQDQDQDQDQDQDQD]@@@DAQDQDQDQDQDQDQDEA@@@@A@W
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   256
DQDQDQDQDQDWD@@@@@@CCQ\QDQDQDQDWCPL@@@@@@@LPAQDQDQDED@L@@@@@@@@@@@P]C0<]A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a')
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   257
            colorMapFromArray:#[254 254 254 173 173 173 213 213 213 204 203 204 199 199 199 212 212 212 185 185 185 225 225 225 250 250 250 214 213 214 182 182 182 155 155 155 249 249 249 195 195 195 167 167 167 180 180 180 193 193 193 233 233 233 206 206 206 179 179 179 219 219 219 178 178 178 223 222 223 231 231 231 177 177 177 190 190 190 208 207 208 230 230 230 176 176 176 189 189 189 207 206 207 193 192 193]
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   258
            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@G8A?8O?0??G?>_?9??''?>_?9??#?<O?0_>@_ @@@b'); yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   259
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   260
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   261
radioOffIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   262
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   263
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   264
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   265
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   266
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   267
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   268
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   269
     self radioOffIcon inspect
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   270
     ImageEditor openOnClass:self andSelector:#radioOffIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   271
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   272
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   273
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   274
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   275
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   276
    ^Icon
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   277
        constantNamed:'MacOSX2ToolbarIconLibrary class radioOffIcon'
6413
cb8f21c7d95b #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   278
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   279
@@@@@@@@@@@@@@@@@@@@@@@@@@@@A 8KB08F@@@@@@@@@@@_@Q$BF1,BFPD_@@@@@@@_GAPH@B@ @@ TGA<@@@@@EP\ HB@ HB@ H@\U@@@@FQH HB@ HB@ 
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   280
HB@ D!!$@@@(QHB@ HB@ HB@ HADJ@@@XCB@ HB@ HB@ HB@LF@@@D00 HB@ HB@ HB@ CAL@@A4QHB@ HB@ HB@ HAD]@@@DAR@ HB@ HB@ HB@EA@@@@A@W
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   281
HB@ HB@ HB@WD@@@@@@CCQ\ HB@ HB@WCPL@@@@@@@LPAQDLCADED@L@@@@@@@@@@@P]C0<]A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a')
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   282
            colorMapFromArray:#[254 254 254 173 173 173 213 213 213 204 203 204 199 199 199 212 212 212 185 185 185 225 225 225 250 250 250 214 213 214 182 182 182 155 155 155 249 249 249 195 195 195 167 167 167 180 180 180 193 193 193 233 233 233 206 206 206 179 179 179 219 219 219 178 178 178 223 222 223 231 231 231 177 177 177 190 190 190 208 207 208 230 230 230 176 176 176 189 189 189 207 206 207 193 192 193 255 255 255]
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   283
            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@G8A?8O?0??G?>_?9??''?>_?9??#?<O?0_>@_ @@@b'); yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   284
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   285
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   286
radioOnDisabledIcon
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   287
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   288
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   289
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   290
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   291
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   292
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   293
    "
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   294
     self radioOnDisabledIcon inspect
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   295
     ImageEditor openOnClass:self andSelector:#radioOnDisabledIcon
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   296
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   297
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   298
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   299
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   300
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   301
    ^Icon
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   302
        constantNamed:'MacOSX2ToolbarIconLibrary class radioOnDisabledIcon'
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   303
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:(ByteArray fromPackedString:'
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   304
"H"H"H"H"H"H"H5G]M"H"H"C(A&QB#"H"C\Y&Y&Q\8"H(Y&Y&Y$Z"H4I&Q]1&YCX!!A&QK%HY$T"G&Y]\1W&Y^H^Y%;3K^Y%8!!A&Q&;$Y$T"MBY%/=)&P6H"!!
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   305
&Y&Y&Q*H"C\Y&Y&Q\8"H :@Y$P(8"H"H#T]46H"H"H"H"H"H"H b')
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   306
            colorMapFromArray:#[150 150 150 152 152 152 165 165 165 217 217 217 158 158 158 245 245 245 147 147 147 151 151 151 238 238 238 153 153 153 155 155 155 242 242 242 255 255 255 170 170 170 244 244 244 135 135 135]
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   307
            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@G8A?8O?0??G?>_?9??''?>_?9??#?<O?0_>@_ @@@b'); yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   308
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   309
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   310
radioOnIcon
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   311
    "This resource specification was automatically generated
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   312
     by the ImageEditor of ST/X."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   313
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   314
    "Do not manually edit this!! If it is corrupted,
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   315
     the ImageEditor may not be able to read the specification."
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   316
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   317
    "
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   318
     self radioOnIcon inspect
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   319
     ImageEditor openOnClass:self andSelector:#radioOnIcon
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   320
     Icon flushCachedIcons
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   321
    "
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   322
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   323
    <resource: #image>
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   324
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   325
    ^Icon
6415
874deb4084ca #REFACTORING by cg
Claus Gittinger <cg@exept.de>
parents: 6413
diff changeset
   326
        constantNamed:'MacOSX2ToolbarIconLibrary class radioOnIcon'
6413
cb8f21c7d95b #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   327
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
cb8f21c7d95b #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   328
@@@@@@@@@@@@@@@@@@@@@@@@@@@GE@HOC0HTA0@@@@@@@@@NE0LED!!HE@1\N@@@@@@@ND@TUEQTUEQTED@8@@@@GE0TUEQTUEQTUEPTWA0@@E@LUEQTFA@PF
cb8f21c7d95b #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   329
EQTU@1P@@@HEEQTFC@,MC@XUEPTB@@@OD!!TUAADSD1DDEQTRC0@@C1HUEPPVD1LVAATUD <@@@HEEQTF@P$I@PXUEPTB@@@T@1TUEP JB  UEQTCE@@@A1\E
cb8f21c7d95b #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   330
EQTUEQTUEQTEE0\@@@@ND@TUEQTUEQTED@8@@@@@@@8W@0TRD TCE08@@@@@@@@@A1PBC0<BE@\@@@@@@@@@@@@@@@@@@@@@@@@@@@@a')
cb8f21c7d95b #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   331
            colorMapFromArray:#[223 222 223 85 149 218 93 160 240 61 147 248 65 149 244 65 151 248 67 151 246 187 203 228 58 141 236 219 232 245 38 115 212 222 236 250 109 173 243 225 238 251 151 185 232 66 147 246 64 148 245 226 238 250 67 152 248 255 255 255 133 178 234 68 153 248 220 233 246 82 154 243]
cb8f21c7d95b #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   332
            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@O<A?8O?1??''?>_?9??''?>_?9??''?>O?0_>@?0@@@b'); yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   333
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   334
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   335
scrollDownDisabledIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   336
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   337
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   338
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   339
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   340
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   341
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   342
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   343
     self scrollDownDisabledIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   344
     ImageEditor openOnClass:self andSelector:#scrollDownDisabledIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   345
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   346
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   347
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   348
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   349
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   350
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   351
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollDownDisabledIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   352
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 51 33 17 0 0 0 0 4 51 49 20 0 0 0 0 0 67 49 64 0 0 0 0 0 4 52 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   353
            colorMapFromArray:#[0 0 0 192 192 190 176 174 170 156 158 160 244 246 250]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   354
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 7 240 7 240 3 224 1 192 0 0 0 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   355
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   356
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   357
scrollDownEnteredIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   358
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   359
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   360
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   361
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   362
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   363
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   364
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   365
     self scrollDownEnteredIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   366
     ImageEditor openOnClass:self andSelector:#scrollDownEnteredIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   367
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   368
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   369
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   370
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   371
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   372
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   373
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollDownEnteredIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   374
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 25 147 51 0 0 0 0 4 33 25 52 0 0 0 0 0 69 136 64 0 0 0 0 0 4 116 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   375
            colorMapFromArray:#[0 0 0 72 74 70 32 34 30 136 134 130 244 246 250 32 30 30 84 86 90 44 46 50 52 54 50 120 120 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   376
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 7 240 7 240 3 224 1 192 0 128 0 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   377
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   378
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   379
scrollDownIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   380
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   381
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   382
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   383
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   384
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   385
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   386
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   387
     self scrollDownIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   388
     ImageEditor openOnClass:self andSelector:#scrollDownIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   389
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   390
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   391
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   392
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   393
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   394
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   395
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollDownIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   396
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 8 12 13 15 16 14 0 0 0 0 0 0 0 0 0 18 2 5 9 11 10 18 0 0 0 0 0 0 0 0 0 0 18 1 4 7 18 0 0 0 0 0 0 0 0 0 0 0 0 18 3 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   397
            colorMapFromArray:#[0 0 0 32 30 30 32 34 30 44 46 50 52 54 50 72 74 70 84 86 90 92 92 90 120 120 120 120 122 120 136 134 130 140 140 140 156 158 160 176 174 170 184 182 180 184 184 180 192 192 190 228 228 230 244 246 250]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   398
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 7 240 7 240 3 224 1 192 0 128 0 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   399
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   400
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   401
scrollLeftDisabledIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   402
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   403
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   404
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   405
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   406
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   407
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   408
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   409
     self scrollLeftDisabledIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   410
     ImageEditor openOnClass:self andSelector:#scrollLeftDisabledIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   411
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   412
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   413
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   414
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   415
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   416
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   417
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollLeftDisabledIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   418
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 48 0 0 0 0 0 0 67 48 0 0 0 0 0 4 51 48 0 0 0 0 0 67 51 32 0 0 0 0 0 4 17 16 0 0 0 0 0 0 65 16 0 0 0 0 0 0 4 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   419
            colorMapFromArray:#[0 0 0 192 192 190 176 174 170 120 120 120 244 246 250]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   420
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 1 128 3 128 7 128 15 128 7 128 3 128 1 128 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   421
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   422
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   423
scrollLeftEnteredIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   424
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   425
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   426
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   427
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   428
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   429
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   430
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   431
     self scrollLeftEnteredIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   432
     ImageEditor openOnClass:self andSelector:#scrollLeftEnteredIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   433
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   434
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   435
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   436
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   437
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   438
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   439
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollLeftEnteredIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   440
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 32 0 0 0 0 0 0 50 16 0 0 0 0 0 3 65 112 0 0 0 0 0 53 97 112 0 0 0 0 0 3 103 112 0 0 0 0 0 0 55 112 0 0 0 0 0 0 3 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   441
            colorMapFromArray:#[0 0 0 72 74 70 32 34 30 244 246 250 32 30 30 44 46 50 52 54 50 120 120 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   442
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 1 128 3 128 7 128 15 128 7 128 3 128 1 128 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   443
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   444
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   445
scrollLeftIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   446
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   447
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   448
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   449
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   450
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   451
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   452
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   453
     self scrollLeftIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   454
     ImageEditor openOnClass:self andSelector:#scrollLeftIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   455
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   456
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   457
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   458
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   459
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   460
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   461
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollLeftIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   462
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 6 0 0 0 0 0 0 0 0 0 0 0 0 0 18 2 8 0 0 0 0 0 0 0 0 0 0 0 0 18 1 5 12 0 0 0 0 0 0 0 0 0 0 0 18 3 4 9 13 0 0 0 0 0 0 0 0 0 0 0 0 18 7 11 15 0 0 0 0 0 0 0 0 0 0 0 0 0 18 10 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   463
            colorMapFromArray:#[0 0 0 32 30 30 32 34 30 44 46 50 52 54 50 72 74 70 84 86 90 92 92 90 120 120 120 120 122 120 136 134 130 140 140 140 156 158 160 176 174 170 184 182 180 184 184 180 192 192 190 228 228 230 244 246 250]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   464
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 1 128 3 128 7 128 15 128 7 128 3 128 1 128 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   465
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   466
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   467
scrollRightActiveIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   468
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   469
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   470
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   471
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   472
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   473
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   474
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   475
     self scrollRightActiveIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   476
     ImageEditor openOnClass:self andSelector:#scrollRightActiveIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   477
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   478
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   479
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   480
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   481
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   482
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   483
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollRightActiveIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   484
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 0 0 0 0 0 0 0 114 80 0 0 0 0 0 0 161 101 0 0 0 0 0 0 161 152 80 0 0 0 0 0 163 149 0 0 0 0 0 0 164 80 0 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   485
            colorMapFromArray:#[0 0 0 72 74 70 32 34 30 140 140 140 136 134 130 244 246 250 32 30 30 84 86 90 44 46 50 52 54 50 120 120 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   486
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 3 0 3 128 3 192 3 224 3 192 3 128 3 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   487
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   488
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   489
scrollRightDisabledIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   490
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   491
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   492
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   493
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   494
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   495
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   496
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   497
     self scrollRightDisabledIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   498
     ImageEditor openOnClass:self andSelector:#scrollRightDisabledIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   499
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   500
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   501
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   502
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   503
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   504
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   505
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollRightDisabledIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   506
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 34 64 0 0 0 0 0 0 34 36 0 0 0 0 0 0 50 34 64 0 0 0 0 0 17 20 0 0 0 0 0 0 17 64 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   507
            colorMapFromArray:#[0 0 0 192 192 190 120 120 120 156 158 160 244 246 250]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   508
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 3 0 3 128 3 192 3 224 3 192 3 128 3 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   509
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   510
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   511
scrollRightEnteredIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   512
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   513
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   514
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   515
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   516
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   517
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   518
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   519
     self scrollRightEnteredIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   520
     ImageEditor openOnClass:self andSelector:#scrollRightEnteredIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   521
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   522
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   523
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   524
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   525
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   526
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   527
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollRightEnteredIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   528
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 0 0 0 0 0 0 0 114 80 0 0 0 0 0 0 161 101 0 0 0 0 0 0 161 152 80 0 0 0 0 0 163 149 0 0 0 0 0 0 164 80 0 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   529
            colorMapFromArray:#[0 0 0 72 74 70 32 34 30 140 140 140 136 134 130 244 246 250 32 30 30 84 86 90 44 46 50 52 54 50 120 120 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   530
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 3 0 3 128 3 192 3 224 3 192 3 128 3 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   531
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   532
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   533
scrollRightIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   534
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   535
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   536
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   537
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   538
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   539
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   540
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   541
     self scrollRightIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   542
     ImageEditor openOnClass:self andSelector:#scrollRightIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   543
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   544
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   545
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   546
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   547
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   548
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   549
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollRightIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   550
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 146 0 0 0 0 0 0 0 165 32 0 0 0 0 0 0 126 66 0 0 0 0 0 0 31 61 32 0 0 0 0 0 138 178 0 0 0 0 0 0 202 32 0 0 0 0 0 0 98 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   551
            colorMapFromArray:#[0 0 0 176 174 170 244 246 250 52 54 50 32 30 30 32 34 30 184 182 180 156 158 160 184 184 180 84 86 90 140 140 140 92 92 90 192 192 190 44 46 50 72 74 70 120 122 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   552
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 3 0 3 128 3 192 3 224 3 192 3 128 3 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   553
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   554
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   555
scrollUpActiveIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   556
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   557
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   558
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   559
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   560
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   561
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   562
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   563
     self scrollUpActiveIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   564
     ImageEditor openOnClass:self andSelector:#scrollUpActiveIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   565
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   566
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   567
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   568
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   569
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   570
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   571
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollUpActiveIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   572
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 3 99 0 0 0 0 0 0 52 119 48 0 0 0 0 3 34 24 131 0 0 0 0 5 88 136 136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   573
            colorMapFromArray:#[0 0 0 72 74 70 32 34 30 244 246 250 32 30 30 84 86 90 44 46 50 52 54 50 120 120 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   574
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 128 1 192 3 224 7 240 7 240 0 0 0 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   575
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   576
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   577
scrollUpDisabledIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   578
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   579
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   580
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   581
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   582
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   583
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   584
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   585
     self scrollUpDisabledIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   586
     ImageEditor openOnClass:self andSelector:#scrollUpDisabledIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   587
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   588
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   589
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   590
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   591
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   592
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   593
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollUpDisabledIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   594
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 4 52 0 0 0 0 0 0 67 49 64 0 0 0 0 4 51 49 20 0 0 0 0 3 51 33 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   595
            colorMapFromArray:#[0 0 0 192 192 190 176 174 170 156 158 160 244 246 250]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   596
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 128 1 192 3 224 7 240 7 240 0 0 0 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   597
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   598
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   599
scrollUpEnteredIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   600
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   601
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   602
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   603
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   604
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   605
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   606
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   607
     self scrollUpEnteredIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   608
     ImageEditor openOnClass:self andSelector:#scrollUpEnteredIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   609
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   610
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   611
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   612
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   613
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   614
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   615
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollUpEnteredIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   616
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 3 99 0 0 0 0 0 0 52 119 48 0 0 0 0 3 34 24 131 0 0 0 0 5 88 136 136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   617
            colorMapFromArray:#[0 0 0 72 74 70 32 34 30 244 246 250 32 30 30 84 86 90 44 46 50 52 54 50 120 120 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   618
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 128 1 192 3 224 7 240 7 240 0 0 0 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   619
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   620
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   621
scrollUpIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   622
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   623
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   624
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   625
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   626
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   627
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   628
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   629
     self scrollUpIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   630
     ImageEditor openOnClass:self andSelector:#scrollUpIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   631
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   632
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   633
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   634
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   635
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   636
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   637
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollUpIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   638
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 0 0 0 1 209 0 0 0 0 0 0 19 42 16 0 0 0 0 1 78 249 145 0 0 0 0 8 198 119 181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   639
            colorMapFromArray:#[0 0 0 244 246 250 52 54 50 32 30 30 32 34 30 184 182 180 156 158 160 184 184 180 84 86 90 140 140 140 92 92 90 192 192 190 120 120 120 44 46 50 72 74 70 120 122 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   640
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 128 1 192 3 224 7 240 7 240 0 0 0 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   641
! !
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   642
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   643
!MacOSX2ToolbarIconLibrary class methodsFor:'image specs - widgets'!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   644
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   645
scrollDownActiveIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   646
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   647
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   648
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   649
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   650
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   651
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   652
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   653
     self scrollDownActiveIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   654
     ImageEditor openOnClass:self andSelector:#scrollDownActiveIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   655
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   656
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   657
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   658
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   659
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   660
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   661
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollDownActiveIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   662
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 25 147 51 0 0 0 0 4 33 25 52 0 0 0 0 0 69 136 64 0 0 0 0 0 4 116 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   663
            colorMapFromArray:#[0 0 0 72 74 70 32 34 30 136 134 130 244 246 250 32 30 30 84 86 90 44 46 50 52 54 50 120 120 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   664
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 7 240 7 240 3 224 1 192 0 128 0 0 0 0 0 0 0 0 0 0]; yourself); yourself]
5450
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   665
!
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   666
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   667
scrollLeftActiveIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   668
    "This resource specification was automatically generated
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   669
     by the ImageEditor of ST/X."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   670
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   671
    "Do not manually edit this!! If it is corrupted,
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   672
     the ImageEditor may not be able to read the specification."
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   673
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   674
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   675
     self scrollLeftActiveIcon inspect
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   676
     ImageEditor openOnClass:self andSelector:#scrollLeftActiveIcon
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   677
     Icon flushCachedIcons
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   678
    "
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   679
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   680
    <resource: #image>
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   681
c8a44aa28b56 #UI_ENHANCEMENT
Claus Gittinger <cg@exept.de>
parents: 5432
diff changeset
   682
    ^Icon
6181
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   683
        constantNamed:'MacOSX2ToolbarIconLibrary class scrollLeftActiveIcon'
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   684
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 48 0 0 0 0 0 0 67 32 0 0 0 0 0 4 82 128 0 0 0 0 0 70 114 128 0 0 0 0 0 4 120 128 0 0 0 0 0 0 72 128 0 0 0 0 0 0 4 128 0 0 0 0 0 0 0 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   685
            colorMapFromArray:#[0 0 0 244 244 240 72 74 70 32 34 30 244 246 250 32 30 30 44 46 50 52 54 50 120 120 120]
f87b4ee3d071 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6107
diff changeset
   686
            mask:((ImageMask width:16 height:16) bits:#[0 0 0 0 0 0 0 0 0 0 1 128 3 128 7 128 15 128 7 128 3 128 1 128 0 128 0 0 0 0 0 0]; yourself); yourself]
5432
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   687
! !
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   688
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   689
!MacOSX2ToolbarIconLibrary class methodsFor:'documentation'!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   690
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   691
version
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   692
    ^ '$Header$'
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   693
!
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   694
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   695
version_CVS
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   696
    ^ '$Header$'
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   697
! !
aa919cbe90db initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   698