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

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DScrollbarP.h79 Dimension shownLength; /* Num pixels corresponding to shown */ member in struct:__anon53ffbbd40108
/xsrc/external/mit/libXaw/dist/src/
H A DScrollbar.c422 oldbot = (Position)(oldtop + w->scrollbar.shownLength);
428 w->scrollbar.shownLength = (Dimension)(newbot - newtop);
523 w->scrollbar.shownLength = w->scrollbar.min_thumb;
601 width = (unsigned)(w->scrollbar.shownLength);
608 height = (unsigned)(w->scrollbar.shownLength);

Completed in 2 milliseconds