Home | History | Annotate | Download | only in dist

Lines Matching refs:widget

49  * Create a new button box.  The widget for it will be a child of the given
50 * scrn's widget, and it will be added to the scrn's pane.
66 XtCreateManagedWidget(name, viewportWidgetClass, scrn->widget,
97 Widget radio_group;
106 button->menu = (Widget) NULL;
116 ? (buttonbox->button[1]->widget)
117 : (buttonbox->button[0]->widget);
129 button->widget =
133 XtOverrideTranslations(button->widget, RadioButtonTranslations);
161 XawToggleSetCurrent(button->widget, button->name);
170 return ((char *) XawToggleGetCurrent(buttonbox->button[0]->widget));
200 XtDestroyWidget(button->widget);
228 /* Enable or disable the given button widget. */
231 Widget widget,
236 XtSetValues(widget, arglist, XtNumber(arglist));
245 SendEnableMsg(button->widget, True);
254 SendEnableMsg(button->widget, False);
273 /* Given a buttonbox and a widget, find the button which is that widget. */
277 Widget w)
281 if (buttonbox->button[i]->widget == w)
317 Widget BBoxMenuOfButton(
337 XtSetArg(args[0], XtNmax, maxheight); /* for Paned widget */
344 Widget widget)
346 return (XtParent(XtParent(widget)) == buttonbox->inner);
362 XtGetValues(button->widget, args, (Cardinal)1);
365 XtSetValues(button->widget, args, (Cardinal)1);
369 XtSetValues(button->widget, args, (Cardinal)1);