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

/ast/src/lib/libtk/generic/
H A DtkListbox.c117 int xScrollUnit; /* Number of pixels in one "unit" for member in struct:__anon409
389 listPtr->xScrollUnit = 0;
787 ChangeListboxOffset(listPtr, index*listPtr->xScrollUnit);
797 windowUnits = windowWidth/listPtr->xScrollUnit;
800 + count*listPtr->xScrollUnit*(windowUnits-2);
802 offset = listPtr->xOffset + count*listPtr->xScrollUnit;
806 offset = listPtr->xOffset + count*listPtr->xScrollUnit;
1230 listPtr->xScrollUnit = XTextWidth(listPtr->fontPtr, "0", 1);
1249 width = (listPtr->maxWidth + listPtr->xScrollUnit - 1)
1250 /listPtr->xScrollUnit;
[all...]

Completed in 9 milliseconds