ViewForwardingController.st
branchjv
changeset 3855 1db7742d33ad
parent 376 545f71a185db
equal deleted inserted replaced
3854:4afd107bc911 3855:1db7742d33ad
     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 "{ Package: 'stx:libview2' }"
    12 
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 Controller subclass:#ViewForwardingController
    16 Controller subclass:#ViewForwardingController
    15 	instanceVariableNames:''
    17 	instanceVariableNames:''
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
   116 !ViewForwardingController class methodsFor:'documentation'!
   118 !ViewForwardingController class methodsFor:'documentation'!
   117 
   119 
   118 version
   120 version
   119     ^ '$Header: /cvs/stx/stx/libview2/ViewForwardingController.st,v 1.2 1997-01-17 21:54:35 cg Exp $'
   121     ^ '$Header: /cvs/stx/stx/libview2/ViewForwardingController.st,v 1.2 1997-01-17 21:54:35 cg Exp $'
   120 ! !
   122 ! !
       
   123