Searched defs:lastRow (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkGrid.c2440 int lastRow, lastColumn; /* implied end of table */
2467 lastRow = masterPtr->masterDataPtr->rowEnd - 1;
2469 lastRow = 0;
2475 lastRow = otherPtr->row;
2484 && slavePtr->row + slavePtr->numRows == lastRow) {
2425 int lastRow, lastColumn; /* implied end of table */ local

Completed in 13 milliseconds