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

/ast/src/lib/libtk/generic/
H A DtkGrid.c124 int columnMax; /* The number of columns with constraints. */ member in struct:__anon404
358 endX = MAX(gridPtr->columnEnd, gridPtr->columnMax);
526 endX = MAX(gridPtr->columnEnd, gridPtr->columnMax);
607 MAX(gridPtr->columnEnd, gridPtr->columnMax),
817 int last = masterPtr->masterDataPtr->columnMax - 1;
822 masterPtr->masterDataPtr->columnMax = last + 1;
1239 MAX(slotPtr->columnEnd,slotPtr->columnMax), slotPtr->columnPtr);
1370 constraintCount = masterPtr->masterDataPtr->columnMax;
1819 masterPtr->masterDataPtr->columnMax;
1847 masterPtr->masterDataPtr->columnMax
[all...]

Completed in 11 milliseconds