Lines Matching defs:topLevel
112 Widget topLevel;
226 topLevel = XtVaAppInitialize (&appContext, "XSm", NULL, 0,
233 XtDisplay (topLevel), "WM_STATE", False);
235 XtDisplay (topLevel), "WM_DELETE_WINDOW", False);
405 if (w == topLevel && event->type == PropertyNotify &&
408 XtRemoveEventHandler (topLevel, PropertyChangeMask, False,
566 XtVaSetValues (topLevel,
570 XtRealizeWidget (topLevel);
578 SetWM_DELETE_WINDOW (topLevel, "DelMainWinAction()");
602 XChangeProperty (XtDisplay (topLevel), XtWindow (topLevel),
603 XInternAtom (XtDisplay (topLevel), "SM_CLIENT_ID", False),
629 XtMapWidget (topLevel);
649 XtAddEventHandler (topLevel, PropertyChangeMask, False,
654 XtRemoveEventHandler (topLevel, PropertyChangeMask, False,