Border.st
changeset 5457 c763a1cd9286
parent 5408 1eb5612a463a
child 6714 08b320104918
--- a/Border.st	Wed Nov 04 12:23:05 2009 +0100
+++ b/Border.st	Wed Nov 04 12:23:14 2009 +0100
@@ -37,22 +37,15 @@
 documentation
 "
     a border holds the values of a view's (or component's) border.
-    It is (currently) not used by ST/X, but provided as a comatibility hook.
-    (... however, ST/X is being rewritten to make use of it soon).
-
-    Notice:
-	this class was implemented using protocol information
-	from alpha testers, from reading PD programs and
-	from the Hopkins/Horan book.
-	- it may not be complete or compatible to the corresponding ST-80 class.
-	If you encounter any incompatibilities, please forward a note
-	describing the incompatibility verbal (i.e. no code) to the ST/X team.
+    We have only recently started to change the system to use borders instead of separate
+    borderWidth, borderColor, level, shadow- and lightColors.
+    Expect more changes here in the near future..
 
     [see also:]
-	Wrapper SimpleView
+        SimpleView
 
     [author:]
-	Claus Gittinger
+        Claus Gittinger
 "
 !
 
@@ -244,9 +237,9 @@
 !Border class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.8 2009-10-24 10:07:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.9 2009-11-04 11:23:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.8 2009-10-24 10:07:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.9 2009-11-04 11:23:14 cg Exp $'
 ! !