Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 15 Jan 12
- Added exerpimental object property "allowmethoddispatch" for child-objects to be called from parent objects via method interface. Back… Show more
- Added exerpimental object property "allowmethoddispatch" for   child-objects to be called from parent objects via method interface.   Background: both, per-object methods and childobjects are   implemented via cmds in the same tcl namespace. Without special   care, both are callable via the standard dispatch. Apparently, this   is not always wanted. - handled allowmethoddispatch and keepcallerself in copy/move - set allowmethoddispatch per-default in XOTcl - removed visablilty of objects with "allowmethoddispatch" false in   "info methods" and "info search methods" - extended regression test

Show less