UIBuilder.st
changeset 373 66283cb455bf
parent 372 6d7718f3d298
child 474 c337e7ad2220
--- a/UIBuilder.st	Fri Jan 17 20:53:59 1997 +0100
+++ b/UIBuilder.st	Fri Jan 17 21:36:49 1997 +0100
@@ -44,6 +44,14 @@
     The class is not completed yet and certainly not bug free.
     Also, it is not quaranteed that all winSpecs are understood.
 
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers, literature and by read public domain code
+        - 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.
+
     [author:]
         Claus Gittinger
 "
@@ -130,6 +138,6 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.18 1997-01-17 19:53:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.19 1997-01-17 20:36:49 cg Exp $'
 ! !
 UIBuilder initialize!