ToggleC.st
changeset 126 40228f4fd66b
parent 125 3ffa271732f7
child 128 06a050529335
equal deleted inserted replaced
125:3ffa271732f7 126:40228f4fd66b
    12 
    12 
    13 ButtonController subclass:#ToggleController
    13 ButtonController subclass:#ToggleController
    14 	 instanceVariableNames:'action'
    14 	 instanceVariableNames:'action'
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Interface-Support'
    17 	 category:'Interface-Support-Controllers'
    18 !
    18 !
    19 
    19 
    20 !ToggleController class methodsFor:'documentation'!
    20 !ToggleController class methodsFor:'documentation'!
    21 
    21 
    22 copyright
    22 copyright
    33 "
    33 "
    34 !
    34 !
    35 
    35 
    36 version
    36 version
    37 "
    37 "
    38 $Header: /cvs/stx/stx/libwidg/Attic/ToggleC.st,v 1.5 1995-05-09 01:56:56 claus Exp $
    38 $Header: /cvs/stx/stx/libwidg/Attic/ToggleC.st,v 1.6 1995-05-10 02:30:25 claus Exp $
    39 "
    39 "
    40 !
    40 !
    41 
    41 
    42 documentation
    42 documentation
    43 "
    43 "