Searched refs:shown (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1ScrollbarP.h | 50 float shown; /* What percent is shown in the win */ member in struct:__anon314 60 Dimension shownLength; /* Num pixels corresponding to shown */
|
H A D | Xaw3_1Scrollbar.c | 79 Offset(scrollbar.shown), XtRFloat, (caddr_t)&floatZero}, 250 w->shown. The old area is erased. The painting and 261 newbot = newtop + (int)(w->scrollbar.length * w->scrollbar.shown); 414 if (dw->scrollbar.shown < 0.0 || dw->scrollbar.shown > 1.0) 415 dw->scrollbar.shown = w->scrollbar.shown; 431 w->scrollbar.shown != dw->scrollbar.shown) 719 XawScrollbarSetThumb( gw, top, shown ) [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | ScrollbarP.h | 75 float shown; /* What percent is shown in the win */ member in struct:__anon382 85 Dimension shownLength; /* Num pixels corresponding to shown */
|
H A D | Scrollbar.c | 99 Offset(scrollbar.shown), XtRFloat, (XtPointer)&floatZero}, 271 w->shown. The old area is erased. The painting and 282 newbot = newtop + (int)(w->scrollbar.length * w->scrollbar.shown); 442 if (dw->scrollbar.shown < 0.0 || dw->scrollbar.shown > 1.0) 443 dw->scrollbar.shown = w->scrollbar.shown; 459 w->scrollbar.shown != dw->scrollbar.shown) 754 double top, double shown) 752 XawScrollbarSetThumb(Widget gw, double top, double shown) argument [all...] |
Completed in 16 milliseconds