Icon.st
changeset 2448 2a3eb2a3da9b
parent 1987 4e1375e3b48b
child 2538 1347d6a4543c
equal deleted inserted replaced
2447:ecb0212e1c8d 2448:2a3eb2a3da9b
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 "{ Package: 'stx:libview2' }"
    12 "{ Package: 'stx:libview2' }"
    14 
    13 
    15 Object subclass:#Icon
    14 Object subclass:#Icon
    16 	instanceVariableNames:'image mask'
    15 	instanceVariableNames:'image mask'
    17 	classVariableNames:'KnownIcons'
    16 	classVariableNames:'KnownIcons'
   316             self constantNamed:'stxIcon' put:icn.
   315             self constantNamed:'stxIcon' put:icn.
   317         ]
   316         ]
   318     ].
   317     ].
   319     ^ icn
   318     ^ icn
   320 
   319 
       
   320     "
       
   321      Icon stxIcon   
       
   322     "
       
   323 
   321     "Modified: / 25.5.1999 / 15:42:55 / cg"
   324     "Modified: / 25.5.1999 / 15:42:55 / cg"
   322 !
   325 !
   323 
   326 
   324 stxIcon16x16
   327 stxIcon16x16
   325     "This resource specification was automatically generated
   328     "This resource specification was automatically generated
   395 ! !
   398 ! !
   396 
   399 
   397 !Icon class methodsFor:'documentation'!
   400 !Icon class methodsFor:'documentation'!
   398 
   401 
   399 version
   402 version
   400     ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.33 2004-06-07 09:22:44 cg Exp $'
   403     ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.34 2008-05-08 11:28:58 cg Exp $'
   401 ! !
   404 ! !
   402 
   405 
   403 Icon initialize!
   406 Icon initialize!