Searched defs:dialog (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c795 Widget dialog = NULL; local
817 /* Create the dialog */
842 if ((dialog = funcs->XmCreateInformationDialog(appshell, "Information", xargs, XtNumber(xargs))) == NULL)
850 if ((dialog = funcs->XmCreateErrorDialog(appshell, "Error", xargs, XtNumber(xargs))) == NULL)
857 /* Display the dialog */
858 funcs->XtUnmanageChild(funcs->XmMessageBoxGetChild(dialog, XmDIALOG_CANCEL_BUTTON));
859 funcs->XtUnmanageChild(funcs->XmMessageBoxGetChild(dialog, XmDIALOG_HELP_BUTTON));
860 CenterAndManageChild(dialog);
868 /* Wait for the user to close the dialog */
869 while (funcs->XtIsManaged(dialog))
[all...]

Completed in 16 milliseconds