MenuButton.st
changeset 3 0332d1e8cecb
parent 2 ab6002adaee1
child 86 4d7dbb5f1719
equal deleted inserted replaced
2:ab6002adaee1 3:0332d1e8cecb
     1 "
     1 "
     2  COPYRIGHT (c) 1989-93 by Claus Gittinger
     2  COPYRIGHT (c) 1989 by Claus Gittinger
     3 	      All Rights Reserved
     3 	      All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
    17        category:'Views-Interactors'
    17        category:'Views-Interactors'
    18 !
    18 !
    19 
    19 
    20 MenuButton comment:'
    20 MenuButton comment:'
    21 
    21 
    22 COPYRIGHT (c) 1989-93 by Claus Gittinger
    22 COPYRIGHT (c) 1989 by Claus Gittinger
    23 	      All Rights Reserved
    23 	      All Rights Reserved
    24 
    24 
    25 these objects implement the special buttons used for pull-down-menu-bars.
    25 these objects implement the special buttons used for pull-down-menu-bars.
    26 they highlight on enter events (while pressed) and perform their
    26 they highlight on enter events (while pressed) and perform their
    27 action on release
    27 action on release
    28 
    28 
    29 $Header: /cvs/stx/stx/libwidg2/MenuButton.st,v 1.2 1993-10-13 01:02:51 claus Exp $
    29 $Header: /cvs/stx/stx/libwidg2/MenuButton.st,v 1.3 1993-10-13 02:48:32 claus Exp $
    30 written spring/summer 89 by claus
    30 written spring/summer 89 by claus
    31 '!
    31 '!
    32 
    32 
    33 !MenuButton methodsFor:'initialization'!
    33 !MenuButton methodsFor:'initialization'!
    34 
    34