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

/ast/src/lib/libtk/generic/
H A DtkListbox.c98 int topIndex; /* Index of top-most element visible in member in struct:__anon409
384 listPtr->topIndex = 0;
495 if ((index >= listPtr->topIndex) && (index < listPtr->numElements)
496 && (index < (listPtr->topIndex + listPtr->fullLines
499 y = ((index - listPtr->topIndex)*listPtr->lineHeight)
660 listPtr->scanMarkYIndex = listPtr->topIndex;
681 diff = listPtr->topIndex-index;
689 diff = index - (listPtr->topIndex + listPtr->fullLines - 1);
692 ChangeListboxView(listPtr, listPtr->topIndex + diff);
819 fraction = listPtr->topIndex/((doubl
[all...]
H A DtkText.h489 TkTextIndex topIndex; /* Identifies first character in top display member in struct:TkText

Completed in 23 milliseconds