ButtonC.st
changeset 126 40228f4fd66b
parent 125 3ffa271732f7
child 128 06a050529335
equal deleted inserted replaced
125:3ffa271732f7 126:40228f4fd66b
    16 	 instanceVariableNames:'enabled pressed active entered isTriggerOnDown autoRepeat
    16 	 instanceVariableNames:'enabled pressed active entered isTriggerOnDown autoRepeat
    17 		repeatBlock initialDelay repeatDelay pressActionBlock
    17 		repeatBlock initialDelay repeatDelay pressActionBlock
    18 		releaseActionBlock isToggle'
    18 		releaseActionBlock isToggle'
    19 	 classVariableNames:''
    19 	 classVariableNames:''
    20 	 poolDictionaries:''
    20 	 poolDictionaries:''
    21 	 category:'Interface-Support'
    21 	 category:'Interface-Support-Controllers'
    22 !
    22 !
    23 
    23 
    24 !ButtonController class methodsFor:'documentation'!
    24 !ButtonController class methodsFor:'documentation'!
    25 
    25 
    26 copyright
    26 copyright
    37 "
    37 "
    38 !
    38 !
    39 
    39 
    40 version
    40 version
    41 "
    41 "
    42 $Header: /cvs/stx/stx/libwidg/Attic/ButtonC.st,v 1.8 1995-05-09 01:54:58 claus Exp $
    42 $Header: /cvs/stx/stx/libwidg/Attic/ButtonC.st,v 1.9 1995-05-10 02:29:13 claus Exp $
    43 "
    43 "
    44 !
    44 !
    45 
    45 
    46 documentation
    46 documentation
    47 "
    47 "