Lines Matching defs:slider
18 by the slider */
21 static Widget slider; /* the scrollbar */
25 static int oldpercent = -1; /* so we only update when the slider has
49 /* We want the scrollbar to be at 100% when the right edge of the slider
56 /* If the slider's partially out of the scrollbar, move it back in. */
60 XawScrollbarSetThumb( slider, 1.0 - SLIDER_LENGTH, SLIDER_LENGTH);
172 slider = XtCreateManagedWidget("Slider",scrollbarWidgetClass,w,
176 XtOverrideTranslations(slider,XtParseTranslationTable(translationtable));
180 XawScrollbarSetThumb(slider, 1.0 - SLIDER_LENGTH, SLIDER_LENGTH);
187 XawScrollbarSetThumb(slider, fraction / (1.0-SLIDER_LENGTH), SLIDER_LENGTH);