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

/ast/src/lib/libtk/generic/
H A DtkListbox.c1557 int vertSpace;
1559 vertSpace = Tk_Height(listPtr->tkwin) - 2*listPtr->inset;
1560 listPtr->fullLines = vertSpace / listPtr->lineHeight;
1561 if ((listPtr->fullLines*listPtr->lineHeight) < vertSpace) {
1548 int vertSpace; local

Completed in 14 milliseconds