Lines Matching defs:shown
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)
756 float top, float shown)
759 void XawScrollbarSetThumb( gw, top, shown )
761 float top, shown;
772 w->scrollbar.shown = (shown > 1.0) ? 1.0 :
773 (shown >= 0.0) ? shown :
774 w->scrollbar.shown;