Tools__HierarchicalPackageFilterList.st
changeset 18082 b4acbd7d6ecb
parent 14864 e79e13de977e
equal deleted inserted replaced
18081:59e05242cca5 18082:b4acbd7d6ecb
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     4  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5 Permission is hereby granted, free of charge, to any person
     7 Permission is hereby granted, free of charge, to any person
    94         window: 
    96         window: 
    95        (WindowSpec
    97        (WindowSpec
    96           label: 'ProjectList'
    98           label: 'ProjectList'
    97           name: 'ProjectList'
    99           name: 'ProjectList'
    98           min: (Point 0 0)
   100           min: (Point 0 0)
    99           max: (Point 1024 721)
       
   100           bounds: (Rectangle 0 0 346 324)
   101           bounds: (Rectangle 0 0 346 324)
   101         )
   102         )
   102         component: 
   103         component: 
   103        (SpecCollection
   104        (SpecCollection
   104           collection: (
   105           collection: (
   300 ! !
   301 ! !
   301 
   302 
   302 !HierarchicalPackageFilterList::PackageItem class methodsFor:'documentation'!
   303 !HierarchicalPackageFilterList::PackageItem class methodsFor:'documentation'!
   303 
   304 
   304 version
   305 version
   305     ^'$Header: /cvs/stx/stx/libtool/Tools__HierarchicalPackageFilterList.st,v 1.8 2014-11-19 21:41:47 cg Exp $'
   306     ^'$Header$'
   306 ! !
   307 ! !
   307 
   308 
   308 !HierarchicalPackageFilterList::PackageItem class methodsFor:'image specs'!
   309 !HierarchicalPackageFilterList::PackageItem class methodsFor:'image specs'!
   309 
   310 
   310 checkedIcon
   311 checkedIcon
   486 ! !
   487 ! !
   487 
   488 
   488 !HierarchicalPackageFilterList class methodsFor:'documentation'!
   489 !HierarchicalPackageFilterList class methodsFor:'documentation'!
   489 
   490 
   490 version_CVS
   491 version_CVS
   491     ^ '$Header: /cvs/stx/stx/libtool/Tools__HierarchicalPackageFilterList.st,v 1.8 2014-11-19 21:41:47 cg Exp $'
   492     ^ '$Header$'
   492 !
   493 !
   493 
   494 
   494 version_SVN
   495 version_SVN
   495     ^ '$Id: Tools__HierarchicalPackageFilterList.st,v 1.8 2014-11-19 21:41:47 cg Exp $'
   496     ^ '$Id$'
   496 ! !
   497 ! !
   497 
   498