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

/ast/src/lib/libtk/generic/
H A DtkGrid.c30 #define ROW (2) /* working on row offsets */ macro
691 int slotType; /* COLUMN or ROW */
713 slotType = (c == 'c') ? COLUMN : ROW;
809 if (slotType==ROW) {
1209 height = ResolveConstraints(masterPtr, ROW, 0);
1337 int slotType; /* Either ROW or COLUMN. */
1452 case ROW:
1765 CheckSlotData(masterPtr, maxY, ROW, CHECK_SPACE);
1793 int slotType; /* ROW or COLUMN */
1818 end = (slotType==ROW)
[all...]

Completed in 50 milliseconds