Lines Matching refs:thumb
95 Offset(scrollbar.thumb), XtRImmediate, (XtPointer) XtUnspecifiedPixmap},
236 static void FillArea(w, top, bottom, thumb)
239 int thumb;
245 switch(thumb) {
270 /* Paint the thumb in the area specified by w->top and
340 if (sbw->scrollbar.thumb == XtUnspecifiedPixmap) {
341 sbw->scrollbar.thumb = XmuCreateStippledPixmap (XtScreen(w),
345 else if (sbw->scrollbar.thumb != None) {
349 if (XGetGeometry(XtDisplay(w), sbw->scrollbar.thumb, &root, &x, &y,
352 "Scrollbar Widget: Could not get geometry of thumb pixmap.");
360 if (sbw->scrollbar.thumb != None) {
363 gcValues.stipple = sbw->scrollbar.thumb;
368 gcValues.tile = sbw->scrollbar.thumb;
452 (w->scrollbar.thumb != dw->scrollbar.thumb) )
469 /* ForgetGravity has taken care of background, but thumb may
500 /* Forces entire thumb to be painted. */