smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

Updated class comment

This commit is contained in:
Nicolas Petton 2009-08-23 08:40:45 +00:00
parent 6b479b7429
commit 9a7c7ee862
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Buildable subclass: Decorator [
| decoratee |
<category: 'Iliad-Core-Buildables'>
<comment: 'I am an abstract decorator for Widgets. I can be added to a widget by calling: #addDecoration: from a widget.
<comment: 'I am an abstract decorator for Widgets. I can be added to a widget by calling: #decorateWith: from a widget.
Subclasses can be used to modify the building process of a widget, or change its behavior'>
Decorator class >> decoratee: aDecoratee [