Wrapper.st
branchjv
changeset 3855 1db7742d33ad
parent 2662 c8338281bc33
equal deleted inserted replaced
3854:4afd107bc911 3855:1db7742d33ad
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libview2' }"
    12 "{ Package: 'stx:libview2' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 VisualPart subclass:#Wrapper
    16 VisualPart subclass:#Wrapper
    15 	instanceVariableNames:'component'
    17 	instanceVariableNames:'component'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
   223 !Wrapper class methodsFor:'documentation'!
   225 !Wrapper class methodsFor:'documentation'!
   224 
   226 
   225 version
   227 version
   226     ^ '$Header: /cvs/stx/stx/libview2/Wrapper.st,v 1.13 2009-05-08 11:54:52 cg Exp $'
   228     ^ '$Header: /cvs/stx/stx/libview2/Wrapper.st,v 1.13 2009-05-08 11:54:52 cg Exp $'
   227 ! !
   229 ! !
       
   230