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

/ast/src/lib/libtk/generic/
H A DtkEntry.c1012 int xBound, count;
1045 xBound = Tk_Width(tkwin) - entryPtr->inset;
1070 entryPtr->leftX, xBound, entryPtr->tabOrigin,
1074 if ((selStartX - entryPtr->selBorderWidth) < xBound) {
1077 selStartX, xBound, entryPtr->tabOrigin,
1088 selEndX = xBound;
1107 xBound + entryPtr->insertWidth, entryPtr->tabOrigin,
1110 if (cursorX < xBound) {
1150 if ((selStartX < xBound) && (count > 0)) {
1157 if ((selEndX < xBound)
1007 int xBound, count; local
[all...]

Completed in 1361 milliseconds