changed: #classNamesAndAttributes
authorClaus Gittinger <cg@exept.de>
Thu, 29 Oct 2009 16:20:12 +0100
changeset 5434 2ec510cc472b
parent 5433 1cb1b16f7bd2
child 5435 81a316b3834a
changed: #classNamesAndAttributes
stx_libview.st
--- a/stx_libview.st	Thu Oct 29 16:14:19 2009 +0100
+++ b/stx_libview.st	Thu Oct 29 16:20:12 2009 +0100
@@ -330,6 +330,7 @@
         ImageBackground
         SolidBackground
         AbstractBackground
+        RoundButtonBorder
     )
 !
 
@@ -376,9 +377,9 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.38 2009-10-23 15:32:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.39 2009-10-29 15:20:12 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.38 2009-10-23 15:32:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.39 2009-10-29 15:20:12 cg Exp $'
 ! !