Lines Matching refs:widgets
6 ** All the generic stuff for dealing with choice widgets.
61 /* ArgList for the toggle widgets */
71 /* Callback list for the toggle widgets */
77 /* Allocate space for the widgets and initialize choice */
79 choice->widgets = (WidgetList) XtMalloc(sizeof(Widget) *
85 /* set up the toggle widgets */
98 toggleargs[4].value = (XtArgVal) choice->widgets[0];
105 toggleargs[1].value = (XtArgVal) choice->widgets[i - info->choice.columns];
111 toggleargs[0].value = (XtArgVal) choice->widgets[i - 1];
120 toggleargs[1].value = (XtArgVal) choice->widgets[i - info->choice.columns];
135 choice->widgets[i] = XtCreateManagedWidget((info->data[i]).name,
142 /* The toggle widgets have all been created;
157 XtGetValues(choice->widgets[i],args,1);
164 XtSetValues(choice->widgets[i],args,1);
188 XtSetValues(choice->widgets[togglenum],toggleargs,XtNumber(toggleargs));
246 XtCallCallbacks(descs[i]->widgets[j], XtNcallback, (caddr_t) NULL);