FillWrpr.st
changeset 248 266a7ec53d9f
parent 246 9f80dbcbcd34
child 252 80f1ba561aab
equal deleted inserted replaced
247:7b29d5a02e68 248:266a7ec53d9f
    39 
    39 
    40 documentation
    40 documentation
    41 "
    41 "
    42     a wrapper for a geometric object, which is to be drawn filled.
    42     a wrapper for a geometric object, which is to be drawn filled.
    43     This allows any geometric thingy to be used as a filled component in a view.
    43     This allows any geometric thingy to be used as a filled component in a view.
       
    44 
       
    45     [see also:]
       
    46         StrokingWrapper Geometric GraphicsContext
    44 
    47 
    45     [author:]
    48     [author:]
    46         Claus Gittinger
    49         Claus Gittinger
    47 "
    50 "
    48 
    51 
   126 ! !
   129 ! !
   127 
   130 
   128 !FillingWrapper class methodsFor:'documentation'!
   131 !FillingWrapper class methodsFor:'documentation'!
   129 
   132 
   130 version
   133 version
   131     ^ '$Header: /cvs/stx/stx/libview2/Attic/FillWrpr.st,v 1.2 1996-05-08 22:14:29 cg Exp $'
   134     ^ '$Header: /cvs/stx/stx/libview2/Attic/FillWrpr.st,v 1.3 1996-05-08 23:11:05 cg Exp $'
   132 ! !
   135 ! !