Lines Matching defs:scroll
252 Widget label, scroll;
256 * A Text widget is used for the automatic scroll bars.
276 /* add in the height of any horizontal scroll bar */
277 scroll = XtVaCreateWidget("hScrollbar", scrollbarWidgetClass, text,
280 XtVaGetValues(scroll, XtNheight, &scroll_size,
282 XtDestroyWidget(scroll);
300 /* add in the width of any vertical scroll bar */
301 scroll = XtVaCreateWidget("vScrollbar", scrollbarWidgetClass, text,
303 XtVaGetValues(scroll, XtNwidth, &scroll_size,
305 XtDestroyWidget(scroll);