Searched refs:grid (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dwidget346 grid .code.text -in .code.frame -padx 1 -pady 1 \
348 grid .code.yscroll -in .code.frame -padx 1 -pady 1 \
350 # grid .code.xscroll -in .code.frame -padx 1 -pady 1 \
352 grid rowconfig .code.frame 0 -weight 1 -minsize 0
353 grid columnconfig .code.frame 0 -weight 1 -minsize 0
/ast/src/lib/libtk/generic/
H A DtkCanvas.c559 double grid;
572 &grid) != TCL_OK) {
576 grid = 0.0;
579 Tcl_PrintDouble(interp, GridAlign((double) x, grid), interp->result);
582 double grid;
595 argv[3], &grid) != TCL_OK) {
599 grid = 0.0;
602 Tcl_PrintDouble(interp, GridAlign((double) y, grid), interp->result);
3464 * Given a coordinate and a grid spacing, this procedure
3465 * computes the location of the nearest grid lin
557 double grid; local
580 double grid; local
[all...]
/ast/src/lib/libtk/
H A DMakefile260 doc/grid.n \

Completed in 14 milliseconds