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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ScrollbarP.h60 Dimension shownLength; /* Num pixels corresponding to shown */ member in struct:__anon314
H A DXaw3_1Scrollbar.c259 oldbot = oldtop + w->scrollbar.shownLength;
265 w->scrollbar.shownLength = newbot - newtop;
374 w->scrollbar.shownLength = w->scrollbar.min_thumb;
461 width = w->scrollbar.shownLength;
467 height = w->scrollbar.shownLength;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbarP.h85 Dimension shownLength; /* Num pixels corresponding to shown */ member in struct:__anon382
H A DScrollbar.c280 oldbot = oldtop + w->scrollbar.shownLength;
286 w->scrollbar.shownLength = newbot - newtop;
397 w->scrollbar.shownLength = w->scrollbar.min_thumb;
489 width = w->scrollbar.shownLength;
495 height = w->scrollbar.shownLength;

Completed in 14 milliseconds