MotionButton.st
changeset 3150 e3a55f15ef7e
parent 1230 1e521b1de695
child 4355 3ec5cc86b891
equal deleted inserted replaced
3149:66df7168e377 3150:e3a55f15ef7e
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
       
    12 
       
    13 "{ Package: 'stx:libwidg2' }"
    12 
    14 
    13 Button subclass:#MotionButton
    15 Button subclass:#MotionButton
    14 	instanceVariableNames:'oldBorderWidth'
    16 	instanceVariableNames:'oldBorderWidth'
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
    63 ! !
    65 ! !
    64 
    66 
    65 !MotionButton class methodsFor:'documentation'!
    67 !MotionButton class methodsFor:'documentation'!
    66 
    68 
    67 version
    69 version
    68     ^ '$Header: /cvs/stx/stx/libwidg2/MotionButton.st,v 1.5 1999-03-07 13:27:34 cg Exp $'
    70     ^ '$Header: /cvs/stx/stx/libwidg2/MotionButton.st,v 1.6 2006-11-13 16:11:31 cg Exp $'
    69 ! !
    71 ! !