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

/xsrc/external/mit/xgc/dist/
H A Dmain.c211 static Widget bigdaddy; /* the top level widget */ variable in typeref:typename:Widget
300 bigdaddy = XtAppInitialize(&appcontext, "Xgc", (XrmOptionDescList) NULL,
303 X.dpy = XtDisplay(bigdaddy);
306 (bigdaddy, XtParseTranslationTable("<Message>WM_PROTOCOLS: quit()"));
319 topform = XtCreateManagedWidget("topform",formWidgetClass,bigdaddy,
420 XtRealizeWidget(bigdaddy);
442 (void) XSetWMProtocols(X.dpy, XtWindow(bigdaddy), &wm_delete_window, 1);

Completed in 2 milliseconds