stx_libview.st
changeset 5251 6b223fe54a68
parent 5199 a45e3c7da5a5
child 5252 3ccca8d9bed2
--- a/stx_libview.st	Sun May 10 13:03:41 2009 +0200
+++ b/stx_libview.st	Mon May 11 08:41:10 2009 +0200
@@ -7,6 +7,15 @@
 	category:'* Projects & Packages *'
 !
 
+!stx_libview class methodsFor:'documentation'!
+
+documentation
+"
+    Build-Information for creation of the st/x standard library: stx_libview3.
+    This library contains low level interfaces to the underlying graphic system
+    and representations of windows, colors, bitmaps etc.
+"
+! !
 
 !stx_libview class methodsFor:'description'!
 
@@ -325,5 +334,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.30 2009-02-19 11:34:47 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.31 2009-05-11 06:41:10 cg Exp $'
 ! !