ValueModel.st
changeset 2951 1c0bd26a6683
parent 1588 34e2502e4891
child 3004 ea33c918e116
equal deleted inserted replaced
2950:4527bf8b1d19 2951:1c0bd26a6683
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     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 
       
    13 "{ Package: 'stx:libview2' }"
    12 "{ Package: 'stx:libview2' }"
    14 
    13 
    15 Model subclass:#ValueModel
    14 Model subclass:#ValueModel
    16 	instanceVariableNames:''
    15 	instanceVariableNames:''
    17 	classVariableNames:''
    16 	classVariableNames:''
   166 ! !
   165 ! !
   167 
   166 
   168 !ValueModel class methodsFor:'documentation'!
   167 !ValueModel class methodsFor:'documentation'!
   169 
   168 
   170 version
   169 version
   171     ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.31 2002-07-31 12:05:47 cg Exp $'
   170     ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.32 2011-09-29 11:19:54 cg Exp $'
   172 ! !
   171 ! !