SolidBackground.st
changeset 6688 3aa9c7b534b8
parent 5682 c2c115a7e257
child 7943 f6486c8f64dc
equal deleted inserted replaced
6687:706f61ac0637 6688:3aa9c7b534b8
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
    34 "
    34 "
       
    35 !
       
    36 
       
    37 examples
       
    38 "
       
    39     |v|
       
    40 
       
    41     v := View new.
       
    42     v viewBackground:(SolidBackground new color:Color red).
       
    43     v open.
       
    44 "
    35 ! !
    45 ! !
    36 
    46 
    37 !SolidBackground methodsFor:'accessing'!
    47 !SolidBackground methodsFor:'accessing'!
    38 
    48 
    39 color
    49 color
    54 ! !
    64 ! !
    55 
    65 
    56 !SolidBackground class methodsFor:'documentation'!
    66 !SolidBackground class methodsFor:'documentation'!
    57 
    67 
    58 version_CVS
    68 version_CVS
    59     ^ '$Header: /cvs/stx/stx/libview/SolidBackground.st,v 1.3 2011-01-23 01:43:01 cg Exp $'
    69     ^ '$Header: /cvs/stx/stx/libview/SolidBackground.st,v 1.4 2014-12-21 15:38:34 cg Exp $'
    60 ! !
    70 ! !
       
    71