RadioButton.st
changeset 38 4b9b70b2cc87
parent 5 7b4fb1b170e5
child 59 450ce95a72a4
equal deleted inserted replaced
37:8dd71a2e79cd 38:4b9b70b2cc87
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'Views-Interactors'
    17        category:'Views-Interactors'
    18 !
    18 !
    19 
    19 
    20 RadioButton comment:'
    20 RadioButton comment:'
    21 
       
    22 COPYRIGHT (c) 1991 by Claus Gittinger
    21 COPYRIGHT (c) 1991 by Claus Gittinger
    23 	      All Rights Reserved
    22 	      All Rights Reserved
    24 
    23 
    25 like a Toggle, but do not turn off when pressed again, instead only
    24 $Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.4 1994-08-07 13:23:14 claus Exp $
    26 turn off when another RadioButton is pressed (see RadioButtonGroup).
    25 '!
    27 
    26 
    28 $Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.3 1993-10-13 02:48:52 claus Exp $
    27 !RadioButton class methodsFor:'documentation'!
    29 written fall 91 by claus
    28 
    30 '!
    29 copyright
       
    30 "
       
    31  COPYRIGHT (c) 1991 by Claus Gittinger
       
    32 	      All Rights Reserved
       
    33 
       
    34  This software is furnished under a license and may be used
       
    35  only in accordance with the terms of that license and with the
       
    36  inclusion of the above copyright notice.   This software may not
       
    37  be provided or otherwise made available to, or used by, any
       
    38  other person.  No title to or ownership of the software is
       
    39  hereby transferred.
       
    40 "
       
    41 !
       
    42 
       
    43 version
       
    44 "
       
    45 $Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.4 1994-08-07 13:23:14 claus Exp $
       
    46 "
       
    47 !
       
    48 
       
    49 documentation
       
    50 "
       
    51     like a Toggle, but do not turn off when pressed again, instead only
       
    52     turn off when another RadioButton is pressed (see RadioButtonGroup).
       
    53 
       
    54     written fall 91 by claus
       
    55 "
       
    56 ! !
    31 
    57 
    32 !RadioButton methodsFor:'destroying'!
    58 !RadioButton methodsFor:'destroying'!
    33 
    59 
    34 destroy
    60 destroy
    35     self release.
    61     self release.