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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dsetup.h186 GetTitle() function
H A Djava.h268 GetTitle(void);
H A Duninstall.h197 GetTitle() function
H A Djava_md.winnt.c363 SetWindowText(statusdialog, GetTitle());
656 MessageBox(statusdialog, message, GetTitle(), MB_OK | MB_APPLMODAL | MB_ICONINFORMATION);
658 MessageBox(statusdialog, message, GetTitle(), MB_OK | MB_APPLMODAL | MB_ICONERROR);
H A Djava_md.unix.c120 const char *title = GetTitle();
531 appshell = x11funcs->XtVaAppInitialize(&appcontext, (char *)GetTitle(), NULL, 0, &argc, NULL, NULL, NULL);
676 if ((xtitle = funcs->XmStringCreateLtoR((char *)GetTitle(), XmFONTLIST_DEFAULT_TAG)) == NULL)
818 if ((xtitle = funcs->XmStringCreateLtoR((char *)GetTitle(), XmFONTLIST_DEFAULT_TAG)) == NULL)
H A Djava.c1223 if (MessageBox(statusdialog, message, GetTitle(), MB_YESNO | MB_ICONEXCLAMATION | MB_APPLMODAL) == IDYES)

Completed in 1236 milliseconds