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

/haiku-fatelf/src/libs/print/libprint/
H A DUIDriver.cpp73 PageSetupDlg *dialog = new PageSetupDlg(jobData, printerData, printerCap); local
74 return dialog->Go();
82 JobSetupDlg *dialog = new JobSetupDlg(jobData, printerData, printerCap); local
83 return dialog->Go();
H A DPrinterDriver.cpp94 AddPrinterDlg *dialog; local
95 dialog = new AddPrinterDlg(fPrinterData, fPrinterCap);
96 if (dialog->Go() != B_OK) {
97 // dialog canceled
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPPrinterDriver.cpp52 SelectPrinterDialog* dialog = local
55 if (dialog->Go() != B_OK)
/haiku-fatelf/src/add-ons/print/drivers/postscript/
H A DPSEntry.cpp53 SelectPPDDlg* dialog = local
56 if (dialog->Go() != B_OK)
/haiku-fatelf/src/apps/terminal/
H A DSetTitleDialog.h50 // hooks called in the dialog thread with the window locked
51 virtual void TitleChanged(SetTitleDialog* dialog,
54 virtual void SetTitleDialogDone(SetTitleDialog* dialog) = 0;
H A DTermWindow.h97 virtual void TitleChanged(SetTitleDialog* dialog,
100 virtual void SetTitleDialogDone(SetTitleDialog* dialog);
H A DTermWindow.cpp1461 // clicked on a tab -- open the title dialog
1543 TermWindow::TitleChanged(SetTitleDialog* dialog, const BString& title, argument
1546 if (dialog == fSetTabTitleDialog) {
1554 } else if (dialog == fSetWindowTitleDialog) {
1566 TermWindow::SetTitleDialogDone(SetTitleDialog* dialog) argument
1568 if (dialog == fSetTabTitleDialog) {
1802 // If a dialog is active, finish it.
1819 // place the dialog window directly under the tab, but keep it on screen
1834 // If a dialog is active, finish it.
1843 // center the dialog i
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dui-utils.c68 /* the cancel callback has to destroy the dialog */
77 * @dialog: The #GtkDialog you want to create the action_area for.
83 dialog_create_action_areav (GtkDialog *dialog, argument
100 g_return_if_fail (dialog != NULL);
101 g_return_if_fail (GTK_IS_DIALOG (dialog));
108 gtk_container_set_border_width (GTK_CONTAINER (dialog->action_area), 2);
109 gtk_box_set_homogeneous (GTK_BOX (dialog->action_area), FALSE);
113 gtk_box_pack_end (GTK_BOX (dialog->action_area), hbbox, FALSE, FALSE, 0);
132 slot_object = G_OBJECT (dialog);
135 data = dialog;
214 GtkWidget *dialog; local
[all...]
H A Dgutenprintui-internal.h70 GtkWidget *dialog; member in struct:__anon5072
H A Dpanel.c77 static GtkWidget *print_dialog; /* Print dialog window */
110 static GtkWidget *setup_dialog; /* Setup dialog window */
122 static GtkWidget *ppd_browser; /* File selection dialog for PPDs */
125 static GtkWidget *new_printer_dialog; /* New printer dialog window */
390 gtk_widget_show(GTK_WIDGET(opt->info.curve.dialog));
399 /* gtk_window_activate_focus(GTK_WINDOW(opt->info.curve.dialog)); */
439 gtk_widget_hide(opt->info.curve.dialog);
488 gtk_widget_hide(opt->info.curve.dialog);
531 opt->info.curve.dialog =
544 gtk_box_pack_start(GTK_BOX(GTK_DIALOG(opt->info.curve.dialog)
[all...]
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src15421 # look good for screen editing. In the dialog area, you can't move the cursor
15422 # off the bottom line. Out of the dialog area, ^K moves it up, but there
15429 # 4112 in non-dialog area pretending to scroll. It really wraps
15448 tek4112-nd|4112 not in dialog area,
15451 tek4112-5|4112 in 5 line dialog area,
15458 tek4113|tektronix 4113 color graphics with 5 line dialog area,
15464 tek4113-34|tektronix 4113 color graphics with 34 line dialog area,
15470 tek4113-nd|tektronix 4113 color graphics with no dialog area,
15514 # chokes on; and adds a lot of initialization for the tek dialog area.
H A Dterminfo.tmp15421 # look good for screen editing. In the dialog area, you can't move the cursor
15422 # off the bottom line. Out of the dialog area, ^K moves it up, but there
15429 # 4112 in non-dialog area pretending to scroll. It really wraps
15448 tek4112-nd|4112 not in dialog area,
15451 tek4112-5|4112 in 5 line dialog area,
15458 tek4113|tektronix 4113 color graphics with 5 line dialog area,
15464 tek4113-34|tektronix 4113 color graphics with 34 line dialog area,
15470 tek4113-nd|tektronix 4113 color graphics with no dialog area,
15514 # chokes on; and adds a lot of initialization for the tek dialog area.
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure16414 # Extract the first word of "dialog", so it can be a program name with args.
16415 set dummy dialog; ac_word=$2
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src[all...]

Completed in 593 milliseconds