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

/ast/src/lib/libtk/generic/
H A DtkListbox.c1835 int newTopIndex, newOffset, maxIndex, maxOffset;
1853 newTopIndex = listPtr->scanMarkYIndex
1855 if (newTopIndex > maxIndex) {
1856 newTopIndex = listPtr->scanMarkYIndex = maxIndex;
1858 } else if (newTopIndex < 0) {
1859 newTopIndex = listPtr->scanMarkYIndex = 0;
1862 ChangeListboxView(listPtr, newTopIndex);
1821 int newTopIndex, newOffset, maxIndex, maxOffset; local

Completed in 10 milliseconds