OptionBox.st
changeset 5 7b4fb1b170e5
parent 3 9d7eefb5e69f
child 7 15a9291b9bd0
equal deleted inserted replaced
4:88eb91574867 5:7b4fb1b170e5
     1 "
     1 "
     2  COPYRIGHT (c) 1991-93 by Claus Gittinger
     2  COPYRIGHT (c) 1991 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 OptionBox comment:'
    20 OptionBox comment:'
    21 
    21 
    22 COPYRIGHT (c) 1991-93 by Claus Gittinger
    22 COPYRIGHT (c) 1991 by Claus Gittinger
    23              All Rights Reserved
    23              All Rights Reserved
    24 
    24 
    25 like a YesNoBox but with as many as you like buttons in it;
    25 like a YesNoBox but with as many as you like buttons in it;
    26 will finally be a superclass of WarnBox and YesNoBox.
    26 will finally be a superclass of WarnBox and YesNoBox.
    27 
    27 
    28 $Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.2 1993-10-13 01:03:03 claus Exp $
    28 $Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.3 1993-10-13 02:48:40 claus Exp $
    29 
    29 
    30 written Nov 91 by claus
    30 written Nov 91 by claus
    31 '!
    31 '!
    32 
    32 
    33 !OptionBox class methodsFor:'instance creation'!
    33 !OptionBox class methodsFor:'instance creation'!