Index: library/nx/nx.tcl =================================================================== diff -u -r2872e1f0a6523c7fb44952492e05414c4f8d9c84 -r70dc2dc002db419eca126e8af372e0920ceb5a8a --- library/nx/nx.tcl (.../nx.tcl) (revision 2872e1f0a6523c7fb44952492e05414c4f8d9c84) +++ library/nx/nx.tcl (.../nx.tcl) (revision 70dc2dc002db419eca126e8af372e0920ceb5a8a) @@ -713,9 +713,6 @@ :method "info object slots" {{-type:class ::nx::Slot} pattern:optional} { return [: ::nsf::methods::object::info::slotobjects -type $type {*}[current args]] } - :method "info slot definition" {slot:object} { - return [$slot getPropertyDefinition] - } # # Parameter extractors # @@ -1365,7 +1362,7 @@ return [list ${:domain} {*}$mod $methodName {*}$opts $parameterSpec] } - ObjectParameterSlot public method getPropertyDefinition {} { + ObjectParameterSlot public method definition {} { set options [:getParameterOptions -withMultiplicity true] if {[info exists :positional]} {lappend options positional} #if {!${:config}} {lappend options noconfig}