dlg_width 220 src/editor/editsearch.c int dlg_width; dlg_width 234 src/editor/editsearch.c dlg_width = WIDGET (w->owner)->rect.cols - xpos - 1; dlg_width 237 src/editor/editsearch.c repl_from = g_strdup (str_trunc (tmp, dlg_width - 7)); dlg_width 240 src/editor/editsearch.c repl_to = g_strdup (str_trunc (tmp, dlg_width - 7)); dlg_width 446 src/filemanager/filegui.c int dlg_width = 60; dlg_width 592 src/filemanager/filegui.c dlg_width -= 2 * (2 + gap); /* inside frame */ dlg_width 600 src/filemanager/filegui.c dlg_width = MAX (dlg_width, bw1); dlg_width 605 src/filemanager/filegui.c dlg_width = MAX (dlg_width, bw2); dlg_width 607 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (8)); dlg_width 608 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (13)); dlg_width 609 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (14)); dlg_width 613 src/filemanager/filegui.c if (w > dlg_width) dlg_width 617 src/filemanager/filegui.c w = dlg_width - gap - WCOLS (0); dlg_width 622 src/filemanager/filegui.c if (w > dlg_width) dlg_width 626 src/filemanager/filegui.c w = dlg_width - gap - WCOLS (4); dlg_width 631 src/filemanager/filegui.c dlg_width += 2 * (2 + gap); dlg_width 637 src/filemanager/filegui.c WX (2) = dlg_width / 2 - WCOLS (2); dlg_width 638 src/filemanager/filegui.c WX (6) = dlg_width / 2 - WCOLS (6); dlg_width 640 src/filemanager/filegui.c w = dlg_width - (2 + gap); /* right bound */ dlg_width 647 src/filemanager/filegui.c WX (9) = dlg_width / 2 - bw1 / 2; dlg_width 654 src/filemanager/filegui.c WX (15) = dlg_width / 2 - bw2 / 2; dlg_width 660 src/filemanager/filegui.c dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, alarm_colors, NULL, NULL, dlg_width 878 src/filemanager/filegui.c int dlg_width = 58, dlg_height = 17; dlg_width 902 src/filemanager/filegui.c ui->op_dlg = dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dialog_colors, dlg_width 924 src/filemanager/filegui.c ui->progress_file_gauge = gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0); dlg_width 940 src/filemanager/filegui.c gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0); dlg_width 254 src/learn.c const int dlg_width = 78; dlg_width 281 src/learn.c dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dialog_colors, dlg_width 337 src/learn.c bx0 = (dlg_width - (bl0 + bl1 + 1)) / 2;