Lines Matching refs:thumb
75 Offset(scrollbar.thumb), XtRImmediate, (XtPointer) XtUnspecifiedPixmap},
215 static void FillArea(w, top, bottom, thumb)
218 int thumb;
224 switch(thumb) {
249 /* Paint the thumb in the area specified by w->top and
319 if (sbw->scrollbar.thumb == XtUnspecifiedPixmap) {
320 sbw->scrollbar.thumb = XmuCreateStippledPixmap (XtScreen(w),
324 else if (sbw->scrollbar.thumb != None) {
328 if (XGetGeometry(XtDisplay(w), sbw->scrollbar.thumb, &root, &x, &y,
331 "Scrollbar Widget: Could not get geometry of thumb pixmap.");
339 if (sbw->scrollbar.thumb != None) {
342 gcValues.stipple = sbw->scrollbar.thumb;
347 gcValues.tile = sbw->scrollbar.thumb;
424 (w->scrollbar.thumb != dw->scrollbar.thumb) )
441 /* ForgetGravity has taken care of background, but thumb may
472 /* Forces entire thumb to be painted. */