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

/ast/src/lib/libtk/generic/
H A DtkGrid.c313 int endX, endY; /* last column/row in the layout */
358 endX = MAX(gridPtr->columnEnd, gridPtr->columnMax);
361 if (endX == 0 || endY == 0) {
368 column2 = endX;
380 if (column > 0 && column < endX) {
383 x = gridPtr->columnPtr[endX-1].offset;
394 } else if (column2 >= endX) {
395 width = gridPtr->columnPtr[endX-1].offset - x;
488 int endX, endY; /* end of grid */
526 endX
312 int endX, endY; /* last column/row in the layout */ local
487 int endX, endY; /* end of grid */ local
[all...]
H A DtkEntry.c2066 int charsInWindow, endX;
2081 TK_AT_LEAST_ONE|TK_NEWLINES_NOT_SPECIAL, &endX);
2047 int charsInWindow, endX; local
H A DtkTextDisp.c4494 int endX;
4498 TK_IGNORE_TABS, &endX);
4461 int endX; local

Completed in 30 milliseconds