MultiImage.st
changeset 4053 f2c550e0c24e
parent 4052 3e893a2cc401
child 4202 a0ae08f456ba
equal deleted inserted replaced
4052:3e893a2cc401 4053:f2c550e0c24e
    43     for example a stop-icon or a link-arrow over a fileType icon.
    43     for example a stop-icon or a link-arrow over a fileType icon.
    44 
    44 
    45     try: 
    45     try: 
    46         MIMETypeIconLibrary iconForFile:'/foo/bar/baz.c' asFilename
    46         MIMETypeIconLibrary iconForFile:'/foo/bar/baz.c' asFilename
    47 
    47 
       
    48     caveat:
       
    49         instances provide enough protocol to be shown as icon, label, etc.
       
    50         (i.e. provide a replacement for images and forms).
       
    51         However, not all tools are prepared for them not having mask, bits etc.
       
    52         Especially, the ImageEditor gets a bit confused and may fall into a debugger,
       
    53         if trying to edit one of my instances.
       
    54         
    48     [author:]
    55     [author:]
    49         Claus Gittinger
    56         Claus Gittinger
    50 "
    57 "
    51 ! !
    58 ! !
    52 
    59 
   130 
   137 
   131 !MultiImage class methodsFor:'documentation'!
   138 !MultiImage class methodsFor:'documentation'!
   132 
   139 
   133 version
   140 version
   134     ^ '$Header$'
   141     ^ '$Header$'
       
   142 !
       
   143 
       
   144 version_CVS
       
   145     ^ '$Header$'
   135 ! !
   146 ! !
   136 
   147