Icon.st
changeset 3859 fd0b1cf871f2
parent 3857 35aae40386d7
child 4031 733fcb94ab5f
equal deleted inserted replaced
3858:cce483bc0f25 3859:fd0b1cf871f2
    12 "{ Package: 'stx:libview2' }"
    12 "{ Package: 'stx:libview2' }"
    13 
    13 
    14 "{ NameSpace: Smalltalk }"
    14 "{ NameSpace: Smalltalk }"
    15 
    15 
    16 Object subclass:#Icon
    16 Object subclass:#Icon
    17 	instanceVariableNames:''
    17 	instanceVariableNames:'image mask'
    18 	classVariableNames:'KnownIcons'
    18 	classVariableNames:'KnownIcons'
    19 	poolDictionaries:''
    19 	poolDictionaries:''
    20 	category:'Graphics-Images'
    20 	category:'Graphics-Images'
    21 !
    21 !
    22 
    22 
    57     (i.e. for the `Icon constantNamed:#foo', a 'foo.xbm' file is required).
    57     (i.e. for the `Icon constantNamed:#foo', a 'foo.xbm' file is required).
    58 
    58 
    59     You can grab those icons from manchester or from the PrimeTime Freeware 
    59     You can grab those icons from manchester or from the PrimeTime Freeware 
    60     (PTF) CD. A copy of those bitmaps (from the PTF-CD) is found in 
    60     (PTF) CD. A copy of those bitmaps (from the PTF-CD) is found in 
    61     'goodies/bitmaps/st80bitmaps'.
    61     'goodies/bitmaps/st80bitmaps'.
       
    62 
       
    63     [instance variables:]
       
    64         image - these have been added in instVar-slots according to the ST-80's Icon class.
       
    65         mask  - to allow loading of st-80 icons (which are stored as instVarAt:put: expressions)
    62 
    66 
    63     [See also:]
    67     [See also:]
    64         Image Form ImageReader
    68         Image Form ImageReader
    65 
    69 
    66     [author:]
    70     [author:]