# HG changeset patch # User Claus Gittinger # Date 1075820933 -3600 # Node ID d67090b1ad574d143f9bab355c5d479fce0a4a9a # Parent 5f831e1fc839082ab51cd378c8308f041cbcbed0 resources shared with UIPainter class diff -r 5f831e1fc839 -r d67090b1ad57 UILayoutTool.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 diff -r 5f831e1fc839 -r d67090b1ad57 UISelectionPanel.st --- 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 diff -r 5f831e1fc839 -r d67090b1ad57 UISpecificationTool.st --- 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