FileBrowserV2.st
changeset 18287 473d7ade6de8
parent 18267 47442c2abf83
child 18456 290717c02899
equal deleted inserted replaced
18286:8e1a706f8b2b 18287:473d7ade6de8
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2002 by eXept Software AG
     4  COPYRIGHT (c) 2002 by eXept Software AG
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   371 ! !
   373 ! !
   372 
   374 
   373 !FileBrowserV2 class methodsFor:'image specs'!
   375 !FileBrowserV2 class methodsFor:'image specs'!
   374 
   376 
   375 applicationIcon
   377 applicationIcon
       
   378     <resource: #programImage>
   376 
   379 
   377     ^ self defaultIcon
   380     ^ self defaultIcon
       
   381 
       
   382     "Modified: / 28-07-2018 / 09:56:55 / Claus Gittinger"
   378 !
   383 !
   379 
   384 
   380 closePreviewButtonImage
   385 closePreviewButtonImage
       
   386     <resource: #programImage>
       
   387 
   381       ^ ToolbarIconLibrary removeTabIcon
   388       ^ ToolbarIconLibrary removeTabIcon
       
   389 
       
   390     "Modified: / 28-07-2018 / 09:56:52 / Claus Gittinger"
   382 !
   391 !
   383 
   392 
   384 defaultIcon
   393 defaultIcon
   385     <resource: #programImage>
   394     <resource: #programImage>
   386 
   395