resources shared with UIPainter class
authorClaus Gittinger <cg@exept.de>
Tue, 03 Feb 2004 16:08:53 +0100
changeset 1781 d67090b1ad57
parent 1780 5f831e1fc839
child 1782 8108839cc262
resources shared with UIPainter class
UILayoutTool.st
UISelectionPanel.st
UISpecificationTool.st
--- a/UILayoutTool.st	Thu Jan 15 09:22:02 2004 +0100
+++ b/UILayoutTool.st	Tue Feb 03 16:08:53 2004 +0100
@@ -487,6 +487,14 @@
       )
 ! !
 
+!UILayoutTool class methodsFor:'resources'!
+
+classResources
+    "my translations are found in the UIPainter classes resources"
+
+    ^ UIPainter classResources 
+! !
+
 !UILayoutTool methodsFor:'accessing'!
 
 acceptChannel
--- a/UISelectionPanel.st	Thu Jan 15 09:22:02 2004 +0100
+++ b/UISelectionPanel.st	Tue Feb 03 16:08:53 2004 +0100
@@ -345,6 +345,14 @@
     "Modified: / 29.10.1997 / 03:20:38 / cg"
 ! !
 
+!UISelectionPanel class methodsFor:'resources'!
+
+classResources
+    "my translations are found in the UIPainter classes resources"
+
+    ^ UIPainter classResources 
+! !
+
 !UISelectionPanel class methodsFor:'standard specifications'!
 
 standardButtons
--- a/UISpecificationTool.st	Thu Jan 15 09:22:02 2004 +0100
+++ b/UISpecificationTool.st	Tue Feb 03 16:08:53 2004 +0100
@@ -793,6 +793,14 @@
       )
 ! !
 
+!UISpecificationTool class methodsFor:'resources'!
+
+classResources
+    "my translations are found in the UIPainter classes resources"
+
+    ^ UIPainter classResources 
+! !
+
 !UISpecificationTool methodsFor:'accessing-channels'!
 
 modifiedHolder:aValueHolder