Searched refs:coords (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libtk/library/
H A Dscale.tcl139 set coords [$w coords]
140 set tkPriv(deltaX) [expr $x - [lindex $coords 0]]
141 set tkPriv(deltaY) [expr $y - [lindex $coords 1]]
262 set coords "$x $y"
H A Dtkfbox.tcl253 $data(canvas) coords $iTag $x [expr $y + $i_dy]
254 $data(canvas) coords $tTag [expr $x + $shift] [expr $y + $t_dy]
255 $data(canvas) coords $tTag [expr $x + $shift] [expr $y + $t_dy]
256 $data(canvas) coords $rTag $x $y [expr $x+$dx] [expr $y+$dy]
382 eval $data(canvas) coords $data(rect) $bbox
/ast/src/lib/libtk/library/demos/
H A Dhscale.tcl41 $w coords poly 20 15 20 35 $x2 35 $x2 45 $width 25 $x2 5 $x2 15 20 15
42 $w coords line 20 15 20 35 $x2 35 $x2 45 $width 25 $x2 5 $x2 15 20 15
H A Dvscale.tcl42 $w coords poly 15 20 35 20 35 $y2 45 $y2 25 $height 5 $y2 15 $y2 15 20
43 $w coords line 15 20 35 20 35 $y2 45 $y2 25 $height 5 $y2 15 $y2 15 20
/ast/src/lib/libtk/generic/
H A DtkCanvas.c182 double coords[2]));
625 } else if ((c == 'c') && (strncmp(argv[1], "coords", length) == 0)
629 argv[0], " coords tagOrId ?x y x y ...?\"",
1360 "canvasx, canvasy, cget, configure, coords, create, ",
2463 double coords[2], halo;
2473 &coords[0]) != TCL_OK) || (Tk_CanvasGetCoord(interp,
2474 (Tk_Canvas) canvasPtr, argv[2], &coords[1]) != TCL_OK)) {
2516 itemPtr, coords) - halo;
2528 x1 = (coords[0] - closestDist - halo - 1);
2529 y1 = (coords[
2448 double coords[2], halo; local
2897 double coords[2]; local
[all...]

Completed in 15 milliseconds