class: stx_libview2
authorClaus Gittinger <cg@exept.de>
Sat, 21 Feb 2015 13:01:49 +0100
changeset 3446 08f66a8025bf
parent 3445 c0ee6acd0090
child 3447 5ca2fac37ecd
class: stx_libview2 comment/format in: #documentation
stx_libview2.st
--- a/stx_libview2.st	Fri Feb 13 12:04:46 2015 +0100
+++ b/stx_libview2.st	Sat Feb 21 13:01:49 2015 +0100
@@ -41,6 +41,10 @@
     Package Documentation
 
     This library contains additional graphics-interfacing components and infrastructure.
+    This includes support classes for the applciationModel framework, and readers/writers
+    for various bitmap image file formats (PNG, GIF, TIFF, etc.)
+
+    As with libview, this does not contain medium level widget classes or applications/tools.
 "
 ! !
 
@@ -406,10 +410,10 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.85 2015-01-31 12:58:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.86 2015-02-21 12:01:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.85 2015-01-31 12:58:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.86 2015-02-21 12:01:49 cg Exp $'
 ! !