ProgressIndicator.st
changeset 1328 95a7d89cf335
parent 1168 35e46761842f
child 1462 e3c0a367a7e8
equal deleted inserted replaced
1327:ab99aad206dc 1328:95a7d89cf335
   715 
   715 
   716     "Created: / 18.4.1998 / 02:34:37 / cg"
   716     "Created: / 18.4.1998 / 02:34:37 / cg"
   717     "Modified: / 18.4.1998 / 14:09:40 / cg"
   717     "Modified: / 18.4.1998 / 14:09:40 / cg"
   718 ! !
   718 ! !
   719 
   719 
   720 !ProgressIndicator methodsFor:'initialization'!
   720 !ProgressIndicator methodsFor:'initialize / release'!
   721 
   721 
   722 destroy
   722 destroy
   723     busyIndicationProcess notNil ifTrue:[
   723     busyIndicationProcess notNil ifTrue:[
   724         self stopBusyIndicationProcess
   724         self stopBusyIndicationProcess
   725     ].
   725     ].
   910 ! !
   910 ! !
   911 
   911 
   912 !ProgressIndicator class methodsFor:'documentation'!
   912 !ProgressIndicator class methodsFor:'documentation'!
   913 
   913 
   914 version
   914 version
   915     ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.25 1998-10-21 16:18:11 cg Exp $'
   915     ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.26 1999-04-23 12:46:51 cg Exp $'
   916 ! !
   916 ! !