ProjectV.st
changeset 515 3f2035620126
parent 513 4c5b95c8c520
child 516 f007fd40377a
equal deleted inserted replaced
514:e48fbcbc358d 515:3f2035620126
   561         anyClasses ifFalse:[ ^ self].
   561         anyClasses ifFalse:[ ^ self].
   562 
   562 
   563         html := HTMLDocGenerator 
   563         html := HTMLDocGenerator 
   564                         htmlClasses:classes 
   564                         htmlClasses:classes 
   565                         title:'project classes' 
   565                         title:'project classes' 
   566                         backTo:nil.
   566                         backTo:#none.
   567 
   567 
   568         XtHTML openFullOnText:html inDirectory:(XtHTML documentFileFor:'')
   568         XtHTML openFullOnText:html inDirectory:(XtHTML documentFileFor:'')
   569     ]
   569     ]
   570 
   570 
   571     "Created: 11.4.1996 / 19:29:50 / cg"
   571     "Created: 11.4.1996 / 19:29:50 / cg"
       
   572     "Modified: 26.4.1996 / 17:48:33 / cg"
   572 !
   573 !
   573 
   574 
   574 showProject
   575 showProject
   575     ActiveProjectView notNil ifTrue:[
   576     ActiveProjectView notNil ifTrue:[
   576 	ActiveProjectView hideProject
   577 	ActiveProjectView hideProject
   608 ! !
   609 ! !
   609 
   610 
   610 !ProjectView class methodsFor:'documentation'!
   611 !ProjectView class methodsFor:'documentation'!
   611 
   612 
   612 version
   613 version
   613 ^ '$Header: /cvs/stx/stx/libtool/Attic/ProjectV.st,v 1.27 1996-04-26 15:45:00 cg Exp $'! !
   614     ^ '$Header: /cvs/stx/stx/libtool/Attic/ProjectV.st,v 1.28 1996-04-26 15:50:37 cg Exp $'
       
   615 ! !