ControllerWithMenu.st
branchdelegated_gc_jv
changeset 6528 62c1dbef0b84
parent 4381 4d4ea82cf007
equal deleted inserted replaced
6527:2e58bb576883 6528:62c1dbef0b84
     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:libview' }"
    12 "{ Package: 'stx:libview' }"
    14 
    13 
    15 Controller subclass:#ControllerWithMenu
    14 Controller subclass:#ControllerWithMenu
    16 	instanceVariableNames:'menuHolder performer'
    15 	instanceVariableNames:'menuHolder performer'
    17 	classVariableNames:''
    16 	classVariableNames:''
    95 !ControllerWithMenu class methodsFor:'documentation'!
    94 !ControllerWithMenu class methodsFor:'documentation'!
    96 
    95 
    97 version
    96 version
    98     ^ '$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.9 2005-04-18 16:29:58 cg Exp $'
    97     ^ '$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.9 2005-04-18 16:29:58 cg Exp $'
    99 ! !
    98 ! !
       
    99