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

/ast/src/lib/libtk/generic/
H A DtkGrid.c1345 int slotCount; /* Last occupied row or column. */
1346 int gridCount; /* The larger of slotCount and constraintCount.
1371 slotCount = masterPtr->masterDataPtr->columnEnd;
1375 slotCount = masterPtr->masterDataPtr->rowEnd;
1383 gridCount = MAX(constraintCount,slotCount);
1338 int slotCount; /* Last occupied row or column. */ local

Completed in 15 milliseconds