stx_libview2.st
changeset 3406 f1e1fdc2a7fe
parent 3391 8cc718921bbb
child 3412 018a7ee7236f
equal deleted inserted replaced
3405:20506fdebee7 3406:f1e1fdc2a7fe
    37 documentation
    37 documentation
    38 "
    38 "
    39     Build- and package information for creation of the st/x standard library: stx_libview2.
    39     Build- and package information for creation of the st/x standard library: stx_libview2.
    40     This library contains additional graphics-interfacing components and infrastructure.
    40     This library contains additional graphics-interfacing components and infrastructure.
    41 "
    41 "
    42 !
       
    43 
       
    44 extensionsVersion_CVS
       
    45     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
       
    46 !
       
    47 
       
    48 extensionsVersion_SVN
       
    49     ^ 'Id:'
       
    50 ! !
    42 ! !
    51 
    43 
    52 !stx_libview2 class methodsFor:'description'!
    44 !stx_libview2 class methodsFor:'description'!
    53 
    45 
    54 excludedFromPreRequisites
    46 excludedFromPreRequisites
   297         ApplicationModel
   289         ApplicationModel
   298         LayoutOrigin
   290         LayoutOrigin
   299         Menu
   291         Menu
   300         Plug
   292         Plug
   301         PluggableEventListener
   293         PluggableEventListener
   302         (ScreenLock autoload)
   294         ScreenLock
   303         UIBuilder
   295         UIBuilder
   304         ValueModel
   296         ValueModel
   305         VisualComponent
   297         VisualComponent
   306         AlignmentOrigin
   298         AlignmentOrigin
   307         ApplicationWithFileHistory
   299         ApplicationWithFileHistory
   410 ! !
   402 ! !
   411 
   403 
   412 !stx_libview2 class methodsFor:'documentation'!
   404 !stx_libview2 class methodsFor:'documentation'!
   413 
   405 
   414 version
   406 version
   415     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
   407     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.82 2014-11-28 11:50:40 stefan Exp $'
   416 !
   408 !
   417 
   409 
   418 version_CVS
   410 version_CVS
   419     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
   411     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.82 2014-11-28 11:50:40 stefan Exp $'
   420 ! !
   412 ! !
   421 
   413