ResourceRetriever.st
changeset 198 7d495c01a8a6
parent 120 d83c307f3bf5
child 200 bae1541cda28
--- a/ResourceRetriever.st	Thu Jul 03 06:31:25 1997 +0200
+++ b/ResourceRetriever.st	Thu Jul 03 09:09:40 1997 +0200
@@ -76,6 +76,14 @@
     resourceOwner := nil.
 !
 
+labelText
+    ^ labelText
+!
+
+labelText:aText
+    labelText := aText
+!
+
 selector
     "return the value of the instance variable 'selector' (automatically generated)"