# HG changeset patch # User Claus Gittinger # Date 1424520109 -3600 # Node ID 08f66a8025bf1288ca3d1aa917a493c8c201dd8a # Parent c0ee6acd00902d198b8c23441f8fa1b017e89d18 class: stx_libview2 comment/format in: #documentation diff -r c0ee6acd0090 -r 08f66a8025bf 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 $' ! !