XPToolbarIconLibrary.st
changeset 5348 bd5cf96b87fd
parent 5347 c765f7389ddc
child 5352 380cda39fee4
equal deleted inserted replaced
5347:c765f7389ddc 5348:bd5cf96b87fd
   196 
   196 
   197     ^Icon
   197     ^Icon
   198         constantNamed:'XPToolbarIconLibrary addTab14x14Icon'
   198         constantNamed:'XPToolbarIconLibrary addTab14x14Icon'
   199         ifAbsentPut:[(Depth4Image new) width:14; height:14; bits:(ByteArray fromPackedString:'WX"H"H"H-]#]7]7]7X.M.;.;.;.8#[.;.;.;.H6;.>:;.;"M.;/..;.8#[/.;.:;.H6;;^;..;"M.;/].;.8#[.;;+.;.H6;.;.;.;"M.;.;.;.8.K.;.;.;
   199         ifAbsentPut:[(Depth4Image new) width:14; height:14; bits:(ByteArray fromPackedString:'WX"H"H"H-]#]7]7]7X.M.;.;.;.8#[.;.;.;.H6;.>:;.;"M.;/..;.8#[/.;.:;.H6;;^;..;"M.;/].;.8#[.;;+.;.H6;.;.;.;"M.;.;.;.8.K.;.;.;
   200 "5.H"H"H"KTb') ; colorMapFromArray:#[0 0 0 17 17 17 34 34 34 51 51 51 68 68 68 85 85 85 102 102 102 119 119 119 136 136 136 153 153 153 170 170 170 187 187 187 204 204 204 221 221 221 238 238 238]; mask:((ImageMask new) width:14; height:14; bits:(ByteArray fromPackedString:'_?/???????????????????????????????=?>0@a') ; yourself); yourself]
   200 "5.H"H"H"KTb') ; colorMapFromArray:#[0 0 0 17 17 17 34 34 34 51 51 51 68 68 68 85 85 85 102 102 102 119 119 119 136 136 136 153 153 153 170 170 170 187 187 187 204 204 204 221 221 221 238 238 238]; mask:((ImageMask new) width:14; height:14; bits:(ByteArray fromPackedString:'_?/???????????????????????????????=?>0@a') ; yourself); yourself]
       
   201 !
       
   202 
       
   203 addTabEntered14x14Icon
       
   204     "This resource specification was automatically generated
       
   205      by the ImageEditor of ST/X."
       
   206 
       
   207     "Do not manually edit this!! If it is corrupted,
       
   208      the ImageEditor may not be able to read the specification."
       
   209 
       
   210     "
       
   211      self addTabEntered14x14Icon inspect
       
   212      ImageEditor openOnClass:self andSelector:#addTabEntered14x14Icon
       
   213      Icon flushCachedIcons
       
   214     "
       
   215 
       
   216     <resource: #image>
       
   217 
       
   218     ^Icon
       
   219         constantNamed:'XPToolbarIconLibrary addTabEntered14x14Icon'
       
   220         ifAbsentPut:[(Depth4Image new) width:14; height:14; bits:(ByteArray fromPackedString:'@RH"H"H"LAHQDQDQDRL!!L3L3L3L2HSL3L3L3L"D3L4P3L3H!!L3MDL3L2HSMDQDP3L"D3PTQDL3H!!L3LQL3L2HSL3QCL3L"D3L3L3L3H!!L3L3L3L2L#L3L3L3
       
   221 H0L"H"H"H#@b') ; colorMapFromArray:#[127 127 127 238 238 238 153 153 153 221 221 221 246 246 246]; mask:((ImageMask new) width:14; height:14; bits:(ByteArray fromPackedString:'_?/???????????????????????????????=?>0@a') ; yourself); yourself]
   201 !
   222 !
   202 
   223 
   203 changesBrowser18x22Icon
   224 changesBrowser18x22Icon
   204     "This resource specification was automatically generated
   225     "This resource specification was automatically generated
   205      by the ImageEditor of ST/X."
   226      by the ImageEditor of ST/X."
  6393     "/ ^ self tabAdd16x16Icon
  6414     "/ ^ self tabAdd16x16Icon
  6394     ^ self addBuffer22x22Icon
  6415     ^ self addBuffer22x22Icon
  6395     "/ ^ self addBuffer22x22Icon2
  6416     "/ ^ self addBuffer22x22Icon2
  6396 !
  6417 !
  6397 
  6418 
       
  6419 addTabEnteredIcon
       
  6420     <resource: #programImage>
       
  6421 
       
  6422     ^ self addTabEntered14x14Icon
       
  6423 !
       
  6424 
  6398 addTabIcon
  6425 addTabIcon
  6399     <resource: #programImage>
  6426     <resource: #programImage>
  6400 
  6427 
  6401     ^ self addTab14x14Icon
  6428     ^ self addTab14x14Icon
  6402 !
  6429 !
  7311 ! !
  7338 ! !
  7312 
  7339 
  7313 !XPToolbarIconLibrary class methodsFor:'documentation'!
  7340 !XPToolbarIconLibrary class methodsFor:'documentation'!
  7314 
  7341 
  7315 version
  7342 version
  7316     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.139 2015-05-09 21:27:19 cg Exp $'
  7343     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.140 2015-05-09 23:05:46 cg Exp $'
  7317 !
  7344 !
  7318 
  7345 
  7319 version_CVS
  7346 version_CVS
  7320     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.139 2015-05-09 21:27:19 cg Exp $'
  7347     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.140 2015-05-09 23:05:46 cg Exp $'
  7321 ! !
  7348 ! !
  7322 
  7349