Lines Matching defs:widget
66 * property on a widget's window.
68 * Arguments: widget - specifies the widget on whose window the
79 XtSetWMColormapWindows(Widget widget, Widget *list, Cardinal count)
87 WIDGET_TO_APPCON(widget);
90 if (!XtIsRealized(widget) || (count == 0)) {
100 * the widget list removing all the widgets with non-unique colormaps.
125 * If no colormap was found to match then add this widget to the linked list.
144 xa_wm_colormap_windows = XInternAtom(XtDisplay(widget),
147 XChangeProperty(XtDisplay(widget), XtWindow(widget),
151 hookobj = XtHooksOfDisplay(XtDisplay(widget));
156 call_data.widget = widget;