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

/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c167 static Widget fileDialog, fileDialogShell; variable in typeref:typename:Widget
316 CenterWidgetOnEvent (fileDialogShell, e);
317 XtPopup (fileDialogShell, XtGrabNone);
330 XtPopdown (fileDialogShell);
354 XtPopdown (fileDialogShell);
375 else if (w == fileDialogShell)
724 fileDialogShell = XtCreatePopupShell("fileDialogShell",
728 fileDialogShell, NULL, ZERO);
740 XtRealizeWidget(fileDialogShell);
[all...]

Completed in 2 milliseconds