Icon.st
changeset 2538 1347d6a4543c
parent 2448 2a3eb2a3da9b
child 2553 1598bea47d7a
equal deleted inserted replaced
2537:03d2731b4ca9 2538:1347d6a4543c
   381 upRightIcon
   381 upRightIcon
   382     "Obsolete - please goto ToolbarIconLibrary directly"
   382     "Obsolete - please goto ToolbarIconLibrary directly"
   383     ^ ToolbarIconLibrary upRight22x22Icon
   383     ^ ToolbarIconLibrary upRight22x22Icon
   384 ! !
   384 ! !
   385 
   385 
   386 !Icon class methodsFor:'startup / release'!
   386 !Icon class methodsFor:'startup & release'!
   387 
   387 
   388 flushCachedIcons
   388 flushCachedIcons
   389     KnownIcons removeAll
   389     KnownIcons removeAll
   390 
   390 
   391     "
   391     "
   398 ! !
   398 ! !
   399 
   399 
   400 !Icon class methodsFor:'documentation'!
   400 !Icon class methodsFor:'documentation'!
   401 
   401 
   402 version
   402 version
   403     ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.34 2008-05-08 11:28:58 cg Exp $'
   403     ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.35 2008-09-03 09:52:08 cg Exp $'
   404 ! !
   404 ! !
   405 
   405 
   406 Icon initialize!
   406 Icon initialize!