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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c260 int slotType, int checkOnly);
935 int slotType; /* COLUMN or ROW */
968 slotType = (*string == 'c') ? COLUMN : ROW;
971 (slotType == COLUMN) ? "column" : "row",
996 ok = CheckSlotData(masterPtr, slot, slotType, /* checkOnly */ 1);
998 slotPtr = (slotType == COLUMN) ?
1115 first = (slotType == COLUMN) ?
1117 last = first - 1 + ((slotType == COLUMN) ?
1122 ok = CheckSlotData(masterPtr, slot, slotType, /*checkOnly*/ 0);
1131 slotPtr = (slotType
927 int slotType; /* COLUMN or ROW */ local
1854 ResolveConstraints( Gridder *masterPtr, int slotType, int maxOffset) argument
2567 CheckSlotData( Gridder *masterPtr, int slot, int slotType, int checkOnly) argument
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c259 int slotType, int checkOnly));
848 int slotType; /* COLUMN or ROW */
879 slotType = (*string == 'c') ? COLUMN : ROW;
882 (slotType == COLUMN) ? "column" : "row",
902 ok = CheckSlotData(masterPtr, slot, slotType, checkOnly);
910 slotPtr = (slotType == COLUMN) ?
1034 if (slotType == ROW) {
1702 ResolveConstraints(masterPtr, slotType, maxOffset)
1704 int slotType; /* Either ROW or COLUMN. */
1744 if (slotType
841 int slotType; /* COLUMN or ROW */ local
[all...]

Completed in 179 milliseconds