Index: library/nx/nx.tcl =================================================================== diff -u -r58e11ae3135406567181a97b8eac0d88e179a897 -r52a0f3588723b74acd74a83be339c80b5b4a6701 --- library/nx/nx.tcl (.../nx.tcl) (revision 58e11ae3135406567181a97b8eac0d88e179a897) +++ library/nx/nx.tcl (.../nx.tcl) (revision 52a0f3588723b74acd74a83be339c80b5b4a6701) @@ -1249,10 +1249,20 @@ # # Define the initcmd as a positional ObjectParameterSlot # +# ::nx::ObjectParameterSlot create ${os}::Object::slot::__init \ +# -disposition alias \ +# -methodname "init" \ +# -noarg true \ +# -positional true \ +# -position 1 + + # + # Define the initcmd as a positional ObjectParameterSlot + # ::nx::ObjectParameterSlot create ${os}::Object::slot::__initcmd \ -disposition initcmd \ -positional true \ - -position 1 + -position 2 # # Make sure the invalidate all ObjectParameterSlots