stx_libview.st
changeset 6783 913bd69b58c8
parent 6756 c956283d57e8
child 6784 8272fd4450b1
--- a/stx_libview.st	Sat Feb 21 02:40:14 2015 +0100
+++ b/stx_libview.st	Sat Feb 21 12:57:08 2015 +0100
@@ -41,8 +41,11 @@
     Package Documentation
 
     This library contains low level interfaces to the underlying graphic system
-    and representations of windows, colors, bitmaps etc.
-    It does not contain medium level widget classes or applications/tools.
+    and representations of windows, fonts, colors, bitmaps etc.
+
+    It does not contain medium level widget classes or applications/tools,
+    but instead provides a device- and operating system independent layer on top of which
+    GUI frameworks can be built.
 "
 ! !
 
@@ -463,10 +466,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.80 2015-01-31 12:58:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.81 2015-02-21 11:57:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.80 2015-01-31 12:58:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.81 2015-02-21 11:57:08 cg Exp $'
 ! !