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

/xsrc/external/mit/xmh/dist/
H A Dpopup.c446 Widget transFor, error_popup, dialog; local in function:PopupError
461 error_popup = XtCreatePopupShell(XmhNerror, transientShellWidgetClass,
463 positioned = PositionThePopup(error_popup, x, y);
466 dialog = XtCreateManagedWidget(XmhNdialog, dialogWidgetClass, error_popup,
468 callbacks[0].closure = (XtPointer) error_popup;
470 XawDialogAddButton(dialog, "OK", DestroyPopup, (XtPointer) error_popup);
471 TheUsual(error_popup);
472 InsureVisibility(error_popup, dialog, x, y, !positioned, !positioned);
473 XtPopup(error_popup, XtGrabNone);

Completed in 3 milliseconds