ControllerWithMenu.st
changeset 125 d74e6ab7157a
parent 123 9f8c7f20fdb2
child 141 caf4432fae8f
equal deleted inserted replaced
124:f5b3dd3d38db 125:d74e6ab7157a
    19 
    19 
    20 ControllerWithMenu comment:'
    20 ControllerWithMenu comment:'
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.2 1995-03-25 22:11:54 claus Exp $
    24 $Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.3 1995-03-26 20:11:43 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !ControllerWithMenu class methodsFor:'documentation'!
    27 !ControllerWithMenu class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.2 1995-03-25 22:11:54 claus Exp $
    45 $Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.3 1995-03-26 20:11:43 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "
    51     ControllerWithMenus is a very simple controller for a view with
    51     ControllerWithMenus is a very simple controller for a view with
    52     a middleButtonMenu.
    52     a middleButtonMenu.
    53     This class exists for ST-80 compatibility only.
    53     This class currently exists for ST-80 compatibility only.
    54 "
    54 "
    55 ! !
    55 ! !
    56 
    56 
    57 !ControllerWithMenu  methodsFor:'accessing'!
    57 !ControllerWithMenu  methodsFor:'accessing'!
    58 
    58