Index: library/nx/nx.tcl =================================================================== diff -u -r5b2eafb18ce22d7aa8cef352f535da5046cac7d9 -re81c69e53c56a298227bc9e349ff6918d03ef94a --- library/nx/nx.tcl (.../nx.tcl) (revision 5b2eafb18ce22d7aa8cef352f535da5046cac7d9) +++ library/nx/nx.tcl (.../nx.tcl) (revision e81c69e53c56a298227bc9e349ff6918d03ef94a) @@ -10,8 +10,10 @@ # # First create the ::nx object system. The interally called methods, - # which are not defined by default (from this script), must have - # method handles included. + # which are not defined by in this script, must have method handles + # included. The methods "create", "configure", "destroy", "move" and + # "objectparameter" are defined in this script (either scripted, or + # aliases). # ::nsf::createobjectsystem ::nx::Object ::nx::Class { -class.alloc {alloc ::nsf::methods::class::alloc}