Index: library/nx/nx.tcl =================================================================== diff -u -r5d3bc04b5ec0a4422236a65220d94ceee17a8796 -r59f13181ba70df745dca1c5e96ed872703d8662d --- library/nx/nx.tcl (.../nx.tcl) (revision 5d3bc04b5ec0a4422236a65220d94ceee17a8796) +++ library/nx/nx.tcl (.../nx.tcl) (revision 59f13181ba70df745dca1c5e96ed872703d8662d) @@ -1532,6 +1532,10 @@ ::nsf::method::alias RelationSlot value=set ::nsf::relation ::nsf::method::alias RelationSlot value=get ::nsf::relation + RelationSlot public method value=unset {obj prop} { + ::nsf::relation $obj $prop {} + } + RelationSlot protected method delete_value {obj prop old value} { # # Helper method for the delete operation, deleting a value from a @@ -2105,6 +2109,11 @@ ::nsf::method::alias ::nx::VariableSlot value=get ::nsf::var::set ::nsf::method::alias ::nx::VariableSlot value=set ::nsf::var::set + + ::nx::VariableSlot public method value=unset {obj prop} { + puts stderr "::nsf::var::unset $obj $prop" + ::nsf::var::unset $obj $prop + } ::nx::VariableSlot public method value=add {obj prop value {pos 0}} { if {![:isMultivalued]} {