MultiImage.st
changeset 2064 429bdc16e515
parent 1757 f6b3270f30d1
child 3324 b3c333344810
equal deleted inserted replaced
2063:dc16836d45dc 2064:429bdc16e515
    51 ! !
    51 ! !
    52 
    52 
    53 !MultiImage methodsFor:'accessing'!
    53 !MultiImage methodsFor:'accessing'!
    54 
    54 
    55 device
    55 device
       
    56     images isNil ifTrue:[^ nil].
    56     ^ images first device
    57     ^ images first device
    57 !
    58 !
    58 
    59 
    59 images
    60 images
    60     "return the value of the instance variable 'images' (automatically generated)"
    61     "return the value of the instance variable 'images' (automatically generated)"
   113 ! !
   114 ! !
   114 
   115 
   115 !MultiImage class methodsFor:'documentation'!
   116 !MultiImage class methodsFor:'documentation'!
   116 
   117 
   117 version
   118 version
   118     ^ '$Header: /cvs/stx/stx/libview2/MultiImage.st,v 1.7 2003-04-29 14:26:55 cg Exp $'
   119     ^ '$Header: /cvs/stx/stx/libview2/MultiImage.st,v 1.8 2005-10-05 15:40:41 cg Exp $'
   119 ! !
   120 ! !