Searched defs:windowWidth (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkListbox.c | 765 int index, count, type, windowWidth, windowUnits; 769 windowWidth = Tk_Width(listPtr->tkwin) 776 fraction2 = (listPtr->xOffset + windowWidth) 797 windowUnits = windowWidth/listPtr->xScrollUnit; 2232 int result, windowWidth; 2239 windowWidth = Tk_Width(listPtr->tkwin) - 2*(listPtr->inset 2246 last = (listPtr->xOffset + windowWidth) 763 int index, count, type, windowWidth, windowUnits; local 2211 int result, windowWidth; local
|
Completed in 15 milliseconds