Index: doc/example-scripts/tk-spread.html =================================================================== diff -u -r9ab6a86b4aee196f04363d13e5eadbdfdb814a06 -rd31c271afb2488abafa0642b07538a3e62106130 --- doc/example-scripts/tk-spread.html (.../tk-spread.html) (revision 9ab6a86b4aee196f04363d13e5eadbdfdb814a06) +++ doc/example-scripts/tk-spread.html (.../tk-spread.html) (revision d31c271afb2488abafa0642b07538a3e62106130) @@ -738,7 +738,7 @@ .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;}
package require Tk
-package require nx::callback
+package require nx::trait
 
  ##############################################################################
  # Class SpreadSheet
@@ -763,7 +763,7 @@
    #
    # Use the nx callback trait
    #
-   :require trait nx::TCallback
+   :require trait nx::traits::callback
 
    #
    # The method "cell" hides the internal respresentation and sets a
@@ -880,7 +880,7 @@