Index: doc/example-scripts/tk-spread.html =================================================================== diff -u -rc2374366bcb47c70ebd33cb16c8152eba783987f -r71e18053ef7dd9a53f11d14f3a91b8a1091e90bb --- doc/example-scripts/tk-spread.html (.../tk-spread.html) (revision c2374366bcb47c70ebd33cb16c8152eba783987f) +++ doc/example-scripts/tk-spread.html (.../tk-spread.html) (revision 71e18053ef7dd9a53f11d14f3a91b8a1091e90bb) @@ -3,7 +3,7 @@ - + Listing of doc/example-scripts/tk-spread.tcl
SpreadSheet create x {
-   # populate with some values
+   # populate with some values
    :cell 0,0 Spread1
    :cell 1,0 47
    :cell 2,1 11
@@ -892,14 +894,14 @@
 .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;}
 .nx-variable    {color: #AF663F; font-weight: normal; font-style: normal;}
 
-
pack [x widget] [y widget] -fill both
+
pack [x cget -widget] [y cget -widget] -fill both