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

/ast/src/lib/libtk/generic/
H A DtkGrid.c312 int row2, column2; /* end of bounding box */
338 column2 = column;
343 if (Tcl_GetInt(interp, argv[5], &column2) != TCL_OK) {
368 column2 = endX;
371 if (column > column2) {
373 column = column2, column2 = temp;
392 if (column2 < 0) {
394 } else if (column2 >= endX) {
397 width = gridPtr->columnPtr[column2]
311 int row2, column2; /* end of bounding box */ local
[all...]

Completed in 11 milliseconds