Lines Matching refs:thumb
174 Offset(scrollbar.thumb),
375 FillArea(ScrollbarWidget w, int top, int bottom, int thumb)
390 switch(thumb) {
413 /* Paint the thumb in the area specified by w->top and
471 if (sbw->scrollbar.thumb == XtUnspecifiedPixmap)
472 sbw->scrollbar.thumb = XmuCreateStippledPixmap(XtScreen(w),
475 else if (sbw->scrollbar.thumb != None) {
480 XGetGeometry(XtDisplay(w), sbw->scrollbar.thumb, &root, &x, &y,
488 if (sbw->scrollbar.thumb != None) {
491 gcValues.stipple = sbw->scrollbar.thumb;
496 gcValues.tile = sbw->scrollbar.thumb;
565 w->scrollbar.thumb != dw->scrollbar.thumb) {
581 /* ForgetGravity has taken care of background, but thumb may
613 /* Forces entire thumb to be painted */