ProjectView.st
changeset 7089 d42742476329
parent 2653 c8b1c4d0b9af
child 7603 b4ae9e305bb7
equal deleted inserted replaced
7088:448b68fa16e8 7089:d42742476329
     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 
    12 
       
    13 "{ Package: 'stx:libtool' }"
       
    14 
    13 StandardSystemView subclass:#ProjectView
    15 StandardSystemView subclass:#ProjectView
    14 	instanceVariableNames:'myProject toggle'
    16 	instanceVariableNames:'myProject toggle'
    15 	classVariableNames:'ActiveProjectView'
    17 	classVariableNames:'ActiveProjectView'
    16 	poolDictionaries:''
    18 	poolDictionaries:''
    17 	category:'Interface-Smalltalk'
    19 	category:'Interface-Tools'
    18 !
    20 !
    19 
    21 
    20 !ProjectView class methodsFor:'documentation'!
    22 !ProjectView class methodsFor:'documentation'!
    21 
    23 
    22 copyright
    24 copyright
   766 ! !
   768 ! !
   767 
   769 
   768 !ProjectView class methodsFor:'documentation'!
   770 !ProjectView class methodsFor:'documentation'!
   769 
   771 
   770 version
   772 version
   771     ^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.50 2000-04-12 21:35:32 cg Exp $'
   773     ^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.51 2006-09-05 16:45:29 cg Exp $'
   772 ! !
   774 ! !