FillingWrapper.st
changeset 365 47e0d48fd769
parent 282 d534be80527f
child 405 4acab6da7d82
equal deleted inserted replaced
364:bacd91f54052 365:47e0d48fd769
    46      keep any color or lineStyle attributes. Wrappers add this information
    46      keep any color or lineStyle attributes. Wrappers add this information
    47      and can also be used as components of a view)
    47      and can also be used as components of a view)
    48 
    48 
    49     Notice: 
    49     Notice: 
    50         this class was implemented using protocol information
    50         this class was implemented using protocol information
    51         from alpha testers and from the Hopkins/Horan book.
    51         from alpha testers, from reading PD programs and 
       
    52         from the Hopkins/Horan book.
    52         - it may not be complete or compatible to the corresponding ST-80 class. 
    53         - it may not be complete or compatible to the corresponding ST-80 class. 
    53         If you encounter any incompatibilities, please forward a note 
    54         If you encounter any incompatibilities, please forward a note 
    54         describing the incompatibility verbal (i.e. no code) to the ST/X team.
    55         describing the incompatibility verbal (i.e. no code) to the ST/X team.
    55 
    56 
    56     [see also:]
    57     [see also:]
   182 ! !
   183 ! !
   183 
   184 
   184 !FillingWrapper class methodsFor:'documentation'!
   185 !FillingWrapper class methodsFor:'documentation'!
   185 
   186 
   186 version
   187 version
   187     ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.8 1996-05-29 08:51:41 cg Exp $'
   188     ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.9 1997-01-14 17:00:26 cg Exp $'
   188 ! !
   189 ! !