SolidBackground.st
changeset 6688 3aa9c7b534b8
parent 5682 c2c115a7e257
child 7943 f6486c8f64dc
--- a/SolidBackground.st	Fri Dec 19 22:31:33 2014 +0100
+++ b/SolidBackground.st	Sun Dec 21 16:38:34 2014 +0100
@@ -32,6 +32,16 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+examples
+"
+    |v|
+
+    v := View new.
+    v viewBackground:(SolidBackground new color:Color red).
+    v open.
+"
 ! !
 
 !SolidBackground methodsFor:'accessing'!
@@ -56,5 +66,6 @@
 !SolidBackground class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/SolidBackground.st,v 1.3 2011-01-23 01:43:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SolidBackground.st,v 1.4 2014-12-21 15:38:34 cg Exp $'
 ! !
+