MacOSX2DarkToolbarIconLibrary.st
author Claus Gittinger <cg@exept.de>
Fri, 06 Mar 2020 21:56:26 +0100
changeset 6843 6c5e543e903e
parent 6758 28d5c06d1008
permissions -rw-r--r--
#OTHER by cg class: SimpleView added: #isWarningBox
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6758
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     1
"{ Encoding: utf8 }"
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     2
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     3
"
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     4
 COPYRIGHT (c) 2018 by eXept Software AG
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     5
              All Rights Reserved
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     6
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     7
 This software is furnished under a license and may be used
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     8
 only in accordance with the terms of that license and with the
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
     9
 inclusion of the above copyright notice.   This software may not
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    10
 be provided or otherwise made available to, or used by, any
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    11
 other person.  No title to or ownership of the software is
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    12
 hereby transferred.
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    13
"
6414
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
"{ Package: 'stx:libwidg' }"
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
"{ NameSpace: Smalltalk }"
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
MacOSX2ToolbarIconLibrary subclass:#MacOSX2DarkToolbarIconLibrary
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	instanceVariableNames:''
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	classVariableNames:''
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
	poolDictionaries:''
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
	category:'Interface-Smalltalk'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
!
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
!MacOSX2DarkToolbarIconLibrary class methodsFor:'documentation'!
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
6758
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    27
copyright
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    28
"
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    29
 COPYRIGHT (c) 2018 by eXept Software AG
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    30
              All Rights Reserved
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    31
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    32
 This software is furnished under a license and may be used
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    33
 only in accordance with the terms of that license and with the
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    34
 inclusion of the above copyright notice.   This software may not
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    35
 be provided or otherwise made available to, or used by, any
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    36
 other person.  No title to or ownership of the software is
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    37
 hereby transferred.
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    38
"
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    39
!
28d5c06d1008 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 6414
diff changeset
    40
6414
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
documentation
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
"
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
    documentation to be added.
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
    [author:]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
        Claus Gittinger
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
    [instance variables:]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
    [class variables:]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
    [see also:]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
"
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
! !
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
!MacOSX2DarkToolbarIconLibrary class methodsFor:'image specs'!
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
radioOffDisabledIcon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
    "This resource specification was automatically generated
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
     by the ImageEditor of ST/X."
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
    "Do not manually edit this!! If it is corrupted,
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
     the ImageEditor may not be able to read the specification."
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
    "
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
     self radioOffDisabledIcon inspect
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    68
     ImageEditor openOnClass:self andSelector:#radioOffDisabledIcon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
     Icon flushCachedIcons
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    70
    "
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    71
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    72
    <resource: #image>
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    73
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    74
    ^Icon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    75
        constantNamed:'MacOSX2DarkToolbarIconLibrary class radioOffDisabledIcon'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    76
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    77
@@@@@@@@@@@@@@@@@@@@@@@@@@@ZF 8KB08ZF @@@@@@@@@Z@Q$BF1,BFPDZ@@@@@@@ZGAP!!HRD!!HRDTGA(@@@@ZEP\!!HRD!!HRD!!HP\UF @@F!!H!!HRD!!HRD!!
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    78
HRD!!D!!(@@@(QHRD!!HRD!!HRD!!HQDJ@@@XHRD!!HRD!!HRD!!HRD!!F@@@D2D!!HRD!!HRD!!HRD!!HQL@@A4QHRD!!HRD!!HRD!!HQD]@@@ZARD!!HRD!!HRD!!HRDEF @@F!!@W
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    79
HRD!!HRD!!HRDWDA(@@@@ZCQ\!!HRD!!HRDWCQ(@@@@@@A(PAQD!!HQDEDA(@@@@@@@@@F!!(]C0<]F!!(@@@@@@@@@@@@@@@@@@@@@@@@@@@@a')
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    80
            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 100 100 100 230 230 230 176 176 176 189 189 189 207 206 207 193 192 193 255 255 255 233 233 233]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    81
            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@O<A?8O?1??''?>_?9??''?>_?9??''?>O?0_>@?0@@@b'); yourself); yourself]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    82
!
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    83
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    84
radioOffIcon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    85
    "This resource specification was automatically generated
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    86
     by the ImageEditor of ST/X."
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    87
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
    "Do not manually edit this!! If it is corrupted,
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
     the ImageEditor may not be able to read the specification."
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    91
    "
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    92
     self radioOffIcon inspect
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
     ImageEditor openOnClass:self andSelector:#radioOffIcon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
     Icon flushCachedIcons
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    95
    "
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    96
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    97
    <resource: #image>
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    98
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    99
    ^Icon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   100
        constantNamed:'MacOSX2DarkToolbarIconLibrary class radioOffIcon'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   102
@@@@@@@@@@@@@@@@@@@@@@@@@@@ZF 8KB08ZF @@@@@@@@@Z@Q$BF1,BFPDZ@@@@@@@ZGAPH@B@ @@ TGA(@@@@ZEP\ HB@ HB@ H@\UF @@F!!H HB@ HB@ 
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   103
HB@ D!!(@@@(QHB@ HB@ HB@ HADJ@@@XCB@ HB@ HB@ HB@LF@@@D00 HB@ HB@ HB@ CAL@@A4QHB@ HB@ HB@ HAD]@@@ZAR@ HB@ HB@ HB@EF @@F!!@W
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   104
HB@ HB@ HB@WDA(@@@@ZCQ\ HB@ HB@WCQ(@@@@@@A(PAQDLCADEDA(@@@@@@@@@F!!(]C0<]F!!(@@@@@@@@@@@@@@@@@@@@@@@@@@@@a')
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   105
            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 100 100 100 230 230 230 176 176 176 189 189 189 207 206 207 193 192 193 255 255 255]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@O<A?8O?1??''?>_?9??''?>_?9??''?>O?0_>@?0@@@b'); yourself); yourself]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
!
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   109
radioOnDisabledIcon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   110
    "This resource specification was automatically generated
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
     by the ImageEditor of ST/X."
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   112
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
    "Do not manually edit this!! If it is corrupted,
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   114
     the ImageEditor may not be able to read the specification."
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   115
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
    "
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
     self radioOnDisabledIcon inspect
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
     ImageEditor openOnClass:self andSelector:#radioOnDisabledIcon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
     Icon flushCachedIcons
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
    "
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
    <resource: #image>
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   124
    ^Icon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
        constantNamed:'MacOSX2DarkToolbarIconLibrary class radioOnDisabledIcon'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
        ifAbsentPut:[(Depth4Image width:16 height:16) bits:(ByteArray fromPackedString:'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
&Y&Y&Y&Y&Y&Y&PEX!!QBY&Y&Q,#*#J1&Y&Q :***# Y&P,:****(;BYD**#"C**HY%S*#S&P:(5&X**!!-5(**"Y"**L7\"**I%S*#+L(:(5&QJ*)?=:*"FYB3
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
*****#,I&Q :***# Y&Y$[H:(2,Y&Y&Y@U"EDI&Y&Y&Y&Y&Y&Y$b')
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   129
            colorMapFromArray:#[50 50 50 100 100 100 150 150 150 152 152 152 165 165 165 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 244 244 244 135 135 135]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@O<A?8O?1??''?>_?9??''?>_?9??''?>O?0_>@?0@@@b'); yourself); yourself]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
!
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   132
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   133
radioOnIcon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   134
    "This resource specification was automatically generated
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   135
     by the ImageEditor of ST/X."
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   136
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   137
    "Do not manually edit this!! If it is corrupted,
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   138
     the ImageEditor may not be able to read the specification."
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   139
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   140
    "
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   141
     self radioOnIcon inspect
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   142
     ImageEditor openOnClass:self andSelector:#radioOnIcon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   143
     Icon flushCachedIcons
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   144
    "
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   145
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   146
    <resource: #image>
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   148
    ^Icon
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   149
        constantNamed:'MacOSX2DarkToolbarIconLibrary class radioOnIcon'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   150
        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   151
@@@@@@@@@@@@@@@@@@@@@@@@@@@@B <OC0<J@@@@@@@@@@@JE0LED!!HE@1\J@@@@@@@JD@TUEQTUEQTED@(@@@@@E0TUEQTUEQTUEPTW@@@@B LUEQTFA@PF
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
EQTU@0(@@@<EEQTFC@,MC@XUEPTO@@@OD!!TUAADSD1DDEQTRC0@@C1HUEPPVD1LVAATUD <@@@<EEQTF@P$I@PXUEPTO@@@J@1TUEP JB  UEQTCB @@@A\E
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   153
EQTUEQTUEQTEE0@@@@@JD@TUEQTUEQTED@(@@@@@@@(W@0TRD TCE0(@@@@@@@@@@@(OC0<OB @@@@@@@@@@@@@@@@@@@@@@@@@@@@@a')
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   154
            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]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   155
            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@G8A?8O?0??G?>_?9??''?>_?9??#?<O?0_>@_ @@@b'); yourself); yourself]
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   156
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
    "Created: / 30-08-2018 / 08:41:19 / Claus Gittinger"
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   158
! !
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   160
!MacOSX2DarkToolbarIconLibrary class methodsFor:'documentation'!
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   161
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   162
version_CVS
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   163
    ^ '$Header$'
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   164
! !
4209b6242799 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   165