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

/xsrc/external/mit/xditview/dist/
H A Dxditview.c530 static Widget promptShell, promptDialog; variable in typeref:typename:Widget
538 if (promptShell) {
540 XtDestroyWidget(promptShell);
541 promptShell = (Widget) 0;
574 promptShell = XtCreatePopupShell("promptShell", transientShellWidgetClass,
579 promptShell, dialogArgs,
598 XtRealizeWidget(promptShell);
607 XtGetValues(promptShell, centerArgs, 2);
613 XtSetValues(promptShell, centerArg
[all...]

Completed in 3 milliseconds