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

/ast/src/lib/libtk/generic/
H A DtkGrid.c123 int columnEnd; /* The last column occupied by any slave. */ member in struct:__anon404
358 endX = MAX(gridPtr->columnEnd, gridPtr->columnMax);
526 endX = MAX(gridPtr->columnEnd, gridPtr->columnMax);
607 MAX(gridPtr->columnEnd, gridPtr->columnMax),
1239 MAX(slotPtr->columnEnd,slotPtr->columnMax), slotPtr->columnPtr);
1371 slotCount = masterPtr->masterDataPtr->columnEnd;
1762 masterPtr->masterDataPtr->columnEnd = maxX;
1884 gridPtr->columnEnd = 0;

Completed in 15 milliseconds