stx_libview2.st
changeset 3446 08f66a8025bf
parent 3441 48a344f75d27
child 3479 e781dae48bf0
equal deleted inserted replaced
3445:c0ee6acd0090 3446:08f66a8025bf
    39 documentation
    39 documentation
    40 "
    40 "
    41     Package Documentation
    41     Package Documentation
    42 
    42 
    43     This library contains additional graphics-interfacing components and infrastructure.
    43     This library contains additional graphics-interfacing components and infrastructure.
       
    44     This includes support classes for the applciationModel framework, and readers/writers
       
    45     for various bitmap image file formats (PNG, GIF, TIFF, etc.)
       
    46 
       
    47     As with libview, this does not contain medium level widget classes or applications/tools.
    44 "
    48 "
    45 ! !
    49 ! !
    46 
    50 
    47 !stx_libview2 class methodsFor:'description'!
    51 !stx_libview2 class methodsFor:'description'!
    48 
    52 
   404 ! !
   408 ! !
   405 
   409 
   406 !stx_libview2 class methodsFor:'documentation'!
   410 !stx_libview2 class methodsFor:'documentation'!
   407 
   411 
   408 version
   412 version
   409     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.85 2015-01-31 12:58:44 cg Exp $'
   413     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.86 2015-02-21 12:01:49 cg Exp $'
   410 !
   414 !
   411 
   415 
   412 version_CVS
   416 version_CVS
   413     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.85 2015-01-31 12:58:44 cg Exp $'
   417     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.86 2015-02-21 12:01:49 cg Exp $'
   414 ! !
   418 ! !
   415 
   419