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

/xsrc/external/mit/xgc/dist/
H A Dgetfile.c18 static Widget popupshell = NULL; /* popup dialog box */ variable in typeref:typename:Widget
93 if (popupshell != NULL) {
94 XtPopup(popupshell,XtGrabExclusive);
106 popupshell = XtCreatePopupShell("popup",overrideShellWidgetClass,
109 popupform = XtCreateManagedWidget("form",formWidgetClass,popupshell,
142 XtPopup(popupshell,XtGrabExclusive);
153 XtPopdown(popupshell);

Completed in 2 milliseconds