Searched refs:GetTitle (Results 1 - 6 of 6) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/ |
H A D | setup.h | 186 GetTitle() function
|
H A D | java.h | 268 GetTitle(void);
|
H A D | uninstall.h | 197 GetTitle() function
|
H A D | java_md.winnt.c | 363 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 D | java_md.unix.c | 120 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 D | java.c | 1223 if (MessageBox(statusdialog, message, GetTitle(), MB_YESNO | MB_ICONEXCLAMATION | MB_APPLMODAL) == IDYES)
|
Completed in 1236 milliseconds