Searched defs:shown (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ScrollbarP.h50 float shown; /* What percent is shown in the win */ member in struct:__anon314
60 Dimension shownLength; /* Num pixels corresponding to shown */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbarP.h75 float shown; /* What percent is shown in the win */ member in struct:__anon382
85 Dimension shownLength; /* Num pixels corresponding to shown */
H A DScrollbar.c99 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 29 milliseconds