Lines Matching refs:new
84 static void Initialize (request, new)
85 Widget request, new;
87 LogoWidget w = (LogoWidget)new;
141 LogoWidget new = (LogoWidget) gnew;
145 if ((new->logo.fgpixel != current->logo.fgpixel) ||
146 (new->core.background_pixel != current->core.background_pixel)) {
149 gcv.foreground = new->logo.fgpixel;
150 new->logo.foreGC = XtGetGC(gnew, GCForeground, &gcv);
151 gcv.foreground = new->core.background_pixel;
152 new->logo.backGC = XtGetGC(gnew, GCForeground, &gcv);