Home | History | Annotate | Download | only in macdsp

Lines Matching defs:dialog

499 	/* Put up dialog on main display to select which display to use */
669 /* put up a dialog to verify display change */
672 /* resource id's for dialog */
677 DialogPtr dialog;
685 dialog = GetNewDialog (rDialog, NULL, (WindowPtr) -1);
686 if (dialog == NULL)
690 SetPort (GetDialogPort(dialog));
692 SetPort ((WindowPtr) dialog);
695 SetDialogDefaultItem (dialog, bCancel);
696 SetDialogCancelItem (dialog, bCancel);
701 /* On MacOS 8.5 or later, we can make the dialog go away after 15 seconds */
702 /* This is good since it's possible user can't even see the dialog! */
706 SetDialogTimeout(dialog, bCancel, 15);
716 DisposeDialog (dialog);