Searched refs:slider (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dtestfrac.c18 by the slider */
21 static Widget slider; /* the scrollbar */ variable in typeref:typename:Widget
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, fractio
[all...]

Completed in 2 milliseconds