commit | c8882b10c490298c670cec8ad6239acfaf14a66a | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Jun 13 14:27:35 2003 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Jun 13 14:27:35 2003 +0000 |
tree | 71720a8fb0344f58045743bee501a2925951b990 | |
parent | fdbe5223b7402ee34c4f0c06caa6faabd9e73e35 [diff] |
- Allow access to poperties of the "application" OSA class directly from the toplevel package. This already worked for elements, but now for properties too. Fixes #753925. - Even better, the toplevel class (such as Finder.Finder) now inherits the element and property dictionaries of its application class and has the necessary glue to allow you to say f = Finder.Finder() f.get(f.name)