#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 02 Nov 2016 15:06:56 +0100
changeset 5304 4b50bec89cd5
parent 5303 dc0252c294f5
child 5305 40722d34471a
child 5306 a44a4afb98a8
#DOCUMENTATION by cg class: ProgressNotification category of: #progressValue
ProgressNotification.st
--- a/ProgressNotification.st	Wed Nov 02 14:41:11 2016 +0100
+++ b/ProgressNotification.st	Wed Nov 02 15:06:56 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libwidg2' }"
 
+"{ NameSpace: Smalltalk }"
+
 ActivityNotification subclass:#ProgressNotification
 	instanceVariableNames:''
 	classVariableNames:''
@@ -49,7 +51,7 @@
     self raiseRequestWith:aPercentageNumber
 ! !
 
-!ProgressNotification methodsFor:'instance creation'!
+!ProgressNotification methodsFor:'accessing'!
 
 progressValue
     ^ parameter
@@ -58,5 +60,6 @@
 !ProgressNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressNotification.st,v 1.5 2012-12-12 14:30:26 stefan Exp $'
+    ^ '$Header$'
 ! !
+