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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c351 HWND statusdialog = NULL; variable
359 if ((statusdialog = CreateDialog(instance, MAKEINTRESOURCE(IDD_DIALOGBAR), NULL, StatusCallback)) == NULL)
363 SetWindowText(statusdialog, GetTitle());
369 if (GetMessage(&msg, statusdialog, 0, 0) != -1)
379 DestroyWindow(statusdialog);
380 statusdialog = NULL;
394 InvalidateRect(statusdialog, NULL, TRUE);
468 ShowWindow(statusdialog, SW_SHOW);
469 InvalidateRect(statusdialog, NULL, TRUE);
470 SetForegroundWindow(statusdialog);
[all...]
H A Djava_md.unix.c376 static Widget statusdialog = NULL; variable
585 statusdialog = NULL;
672 if (!statusdialog)
689 if ((statusdialog = funcs->XmCreateTemplateDialog(appshell, "Status", xargs, XtNumber(xargs))) == NULL)
694 funcs->XtUnmanageChild(funcs->XmMessageBoxGetChild(statusdialog, XmDIALOG_SEPARATOR));
717 funcs->XtVaSetValues(statusdialog,
720 CenterAndManageChild(statusdialog);
750 if (statusdialog)
752 funcs->XtUnmanageChild(statusdialog);
753 funcs->XtDestroyWidget(statusdialog);
[all...]

Completed in 223 milliseconds