changed: #classNamesAndAttributes
authorClaus Gittinger <cg@exept.de>
Sun, 23 Jan 2011 02:46:56 +0100
changeset 5685 985cd35a71fc
parent 5684 c6029a2cf7c0
child 5686 03868cc7d82a
changed: #classNamesAndAttributes
stx_libview.st
--- a/stx_libview.st	Sun Jan 23 02:45:47 2011 +0100
+++ b/stx_libview.st	Sun Jan 23 02:46:56 2011 +0100
@@ -340,6 +340,7 @@
         SolidBackground
         AbstractBackground
         (RoundButtonBorder autoload)
+        (GradientBackground autoload)
     )
 !
 
@@ -387,9 +388,9 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.44 2010-12-21 10:37:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.45 2011-01-23 01:46:56 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.44 2010-12-21 10:37:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.45 2011-01-23 01:46:56 cg Exp $'
 ! !