Index: doc/example-scripts/tk-mini.html =================================================================== diff -u -r2076ef459f42cdf6426522aab56be490b66c2436 -r6ad7855cd7aba089f7a160293802e1639d0d6198 --- doc/example-scripts/tk-mini.html (.../tk-mini.html) (revision 2076ef459f42cdf6426522aab56be490b66c2436) +++ doc/example-scripts/tk-mini.html (.../tk-mini.html) (revision 6ad7855cd7aba089f7a160293802e1639d0d6198) @@ -746,7 +746,7 @@ # # The trait TCallback imports methods "callback" and "bindvar" # - :useTrait nx::TCallback + :require trait nx::TCallback :public method button-pressed {} { # When this method is invoked, the content of the ".label" widget @@ -771,7 +771,7 @@