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

/ast/src/lib/libtk/generic/
H A DtkGrid.c128 int rowMax; /* The number of rows with constraints. */ member in struct:__anon404
359 endY = MAX(gridPtr->rowEnd, gridPtr->rowMax);
527 endY = MAX(gridPtr->rowEnd, gridPtr->rowMax);
608 MAX(gridPtr->rowEnd, gridPtr->rowMax));
810 int last = masterPtr->masterDataPtr->rowMax - 1;
815 masterPtr->masterDataPtr->rowMax = last+1;
1241 MAX(slotPtr->rowEnd,slotPtr->rowMax), slotPtr->rowPtr);
1374 constraintCount = masterPtr->masterDataPtr->rowMax;
1818 end = (slotType==ROW) ? masterPtr->masterDataPtr->rowMax :
1845 masterPtr->masterDataPtr->rowMax
[all...]

Completed in 15 milliseconds