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

/xsrc/external/mit/xman/dist/
H A Dbuttons.c644 Widget *full_widgets, *half_widgets, *temp, long_widget; local in function:FormUpWidgets
649 full_widgets = ConvertNamesToWidgets(parent, full_size);
661 for (temp = full_widgets; *temp != (Widget) NULL; temp++) {
673 XtFree((char *) full_widgets);
679 * Set all other full_widgets to this length.
682 for (temp = full_widgets; *temp != (Widget) NULL; temp++)
712 XtFree((char *) full_widgets);

Completed in 3 milliseconds