NoBackground.st
changeset 5681 a4f3846a0fc1
parent 5463 9845c7cb66e1
child 7945 f448366bc702
equal deleted inserted replaced
5680:66a7359fc640 5681:a4f3846a0fc1
    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 ! !
    35 ! !
    36 
    36 
       
    37 !NoBackground methodsFor:'drawing'!
       
    38 
       
    39 fillRectangleX:x y:y width:w height:h in:aView
       
    40     "/ intentionally left blank
       
    41 
       
    42     "Created: / 23-01-2011 / 01:59:29 / cg"
       
    43 ! !
       
    44 
    37 !NoBackground class methodsFor:'documentation'!
    45 !NoBackground class methodsFor:'documentation'!
    38 
    46 
    39 version_CVS
    47 version_CVS
    40     ^ '$Header: /cvs/stx/stx/libview/NoBackground.st,v 1.2 2009-11-04 14:32:02 cg Exp $'
    48     ^ '$Header: /cvs/stx/stx/libview/NoBackground.st,v 1.3 2011-01-23 01:42:51 cg Exp $'
    41 ! !
    49 ! !