chiark / gitweb /
WIP Tk panner widget - mostly works
[ypp-sc-tools.db-live.git] / yarrg / pantest.tcl
index 53d80f1b137da60e8676ab3a9e5816710ef12444..b13326e9c3bd1a604fd7283824891644e3d1162d 100755 (executable)
@@ -13,7 +13,7 @@ for {set x -$scale} {$x < 500} {incr x $scale} {
 }
 
 canvas-scroll-bbox .c
-panner-create .p .c 200 200
+panner-create .p .c 200 200 1
 
-pack .c -expand y -fill both -side left
 pack .p -side right
+pack .c -expand y -fill both -side left