Tools_NamespaceList.st
changeset 9460 1fc7a8139f74
parent 9030 9f4eec2a3c83
child 10138 5b9f6b826048
equal deleted inserted replaced
9459:9fe9169e7315 9460:1fc7a8139f74
   101         #window: 
   101         #window: 
   102        #(#WindowSpec
   102        #(#WindowSpec
   103           #label: 'NamespaceList'
   103           #label: 'NamespaceList'
   104           #name: 'NamespaceList'
   104           #name: 'NamespaceList'
   105           #min: #(#Point 0 0)
   105           #min: #(#Point 0 0)
   106           #max: #(#Point 1024 721)
       
   107           #bounds: #(#Rectangle 13 23 313 323)
   106           #bounds: #(#Rectangle 13 23 313 323)
   108         )
   107         )
   109         #component: 
   108         #component: 
   110        #(#SpecCollection
   109        #(#SpecCollection
   111           #collection: #(
   110           #collection: #(
   543 ! !
   542 ! !
   544 
   543 
   545 !NamespaceList class methodsFor:'documentation'!
   544 !NamespaceList class methodsFor:'documentation'!
   546 
   545 
   547 version
   546 version
   548     ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.15 2009-10-22 12:39:51 cg Exp $'
   547     ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.16 2010-05-07 12:27:16 cg Exp $'
   549 !
   548 !
   550 
   549 
   551 version_CVS
   550 version_CVS
   552     ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.15 2009-10-22 12:39:51 cg Exp $'
   551     ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.16 2010-05-07 12:27:16 cg Exp $'
   553 ! !
   552 ! !