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

/xsrc/external/mit/libXaw/dist/src/
H A DRepeater.c245 XawRepeaterInitialize(Widget greq _X_UNUSED, Widget gnew, argument
248 RepeaterWidget cnew = (RepeaterWidget)gnew;
263 XawRepeaterSetValues(Widget gcur, Widget greq _X_UNUSED, Widget gnew, argument
267 RepeaterWidget cnew = (RepeaterWidget)gnew;
H A DStripChart.c268 XawStripChartInitialize(Widget greq _X_UNUSED, Widget gnew, argument
271 StripChartWidget w = (StripChartWidget)gnew;
275 XtAppAddTimeOut(XtWidgetToApplicationContext(gnew),
277 draw_it, (XtPointer)gnew);
284 XawStripChartResize(gnew);
H A DPanner.c639 XawPannerInitialize(Widget greq, Widget gnew, ArgList args _X_UNUSED, Cardinal *num_args _X_UNUSED) argument
641 PannerWidget req = (PannerWidget)greq, cnew = (PannerWidget)gnew;
754 XawPannerSetValues(Widget gcur, Widget greq _X_UNUSED, Widget gnew, argument
758 PannerWidget cnew = (PannerWidget)gnew;
791 && XtIsRealized(gnew)) {
835 XawPannerSetValuesAlmost(Widget gold, Widget gnew, XtWidgetGeometry *req, argument
839 XawPannerResize(gnew);
842 (gold, gnew, req, reply);
H A DTree.c351 XawTreeInitialize(Widget grequest, Widget gnew, argument
354 TreeWidget request = (TreeWidget) grequest, cnew = (TreeWidget) gnew;
388 cnew->tree.tree_root = XtCreateWidget ("root", widgetClass, gnew,
439 XawTreeSetValues(Widget gcurrent, Widget grequest _X_UNUSED, Widget gnew, argument
442 TreeWidget current = (TreeWidget) gcurrent, cnew = (TreeWidget) gnew;
452 XtReleaseGC (gnew, cnew->tree.gc);
/xsrc/external/mit/oclock/dist/
H A DClock.c80 static void Initialize ( Widget greq, Widget gnew, ArgList args,
145 static void Initialize (Widget greq, Widget gnew, argument
148 ClockWidget w = (ClockWidget)gnew;
162 w->clock.minuteGC = XtGetGC(gnew, valuemask, &myXGCV);
165 w->clock.hourGC = XtGetGC(gnew, valuemask, &myXGCV);
168 w->clock.jewelGC = XtGetGC(gnew, valuemask, &myXGCV);
171 w->clock.eraseGC = XtGetGC(gnew, valuemask, &myXGCV);
/xsrc/external/mit/xlogo/dist/
H A DLogo.c76 static Boolean SetValues ( Widget gcurrent, Widget grequest, Widget gnew,
461 SetValues (Widget gcurrent, _X_UNUSED Widget grequest, Widget gnew, argument
465 LogoWidget new = (LogoWidget) gnew;
474 Destroy (gnew);
481 Destroy (gnew);
482 if (XtIsRealized(gnew))
488 if (XtIsRealized(gnew))
/xsrc/external/mit/xbiff/dist/
H A DMailbox.c178 static Boolean SetValues (Widget gcurrent, Widget grequest, Widget gnew,
567 static Boolean SetValues (Widget gcurrent, Widget grequest, Widget gnew, argument
571 MailboxWidget new = (MailboxWidget) gnew;
578 XtAppAddTimeOut (XtWidgetToApplicationContext(gnew),
580 (XtPointer) gnew);
/xsrc/external/mit/xdm/dist/greeter/
H A DLogin.c1670 Widget gnew,
1674 LoginWidget w = (LoginWidget)gnew;
1688 w->login.hiGC = XtGetGC(gnew, valuemask, &myXGCV);
1693 w->login.shdGC = XtGetGC(gnew, valuemask, &myXGCV);
1698 w->login.inpGC = XtGetGC(gnew, valuemask, &myXGCV);
1709 w->login.textGC = XtGetGC(gnew, valuemask, &myXGCV);
1711 w->login.bgGC = XtGetGC(gnew, valuemask, &myXGCV);
1716 w->login.xorGC = XtGetGC (gnew, xvaluemask, &myXGCV);
1736 w->login.promptGC = XtGetGC (gnew, xvaluemask, &myXGCV);
1746 w->login.greetGC = XtGetGC (gnew, xvaluemas
1668 Initialize(Widget greq,Widget gnew,ArgList args,Cardinal * num_args) argument
[all...]
/xsrc/external/mit/xeyes/dist/
H A DEyes.c396 Widget gnew,
400 EyesWidget w = (EyesWidget)gnew;
446 w->eyes.gc[PART_PUPIL] = XtGetGC(gnew, valuemask, &myXGCV);
450 w->eyes.gc[PART_OUTLINE] = XtGetGC(gnew, valuemask, &myXGCV);
455 w->eyes.gc[PART_CENTER] = XtGetGC(gnew, valuemask, &myXGCV);
394 Initialize(Widget greq,Widget gnew,ArgList args,Cardinal * num_args) argument
/xsrc/external/mit/xclock/dist/
H A DClock.c226 static Boolean SetValues(Widget gcurrent, Widget grequest, Widget gnew,
1997 SetValues(Widget gcurrent, Widget grequest, Widget gnew, argument
2001 ClockWidget new = (ClockWidget) gnew;
2014 XtAppAddTimeOut(XtWidgetToApplicationContext(gnew),
2016 (XtPointer) gnew);

Completed in 15 milliseconds