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 590 src/filemanager/filegui.c dlg_width -= 2 * (2 + gap); /* inside frame */ dlg_width 598 src/filemanager/filegui.c dlg_width = MAX (dlg_width, bw1); dlg_width 603 src/filemanager/filegui.c dlg_width = MAX (dlg_width, bw2); dlg_width 605 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (8)); dlg_width 606 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (13)); dlg_width 607 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (14)); dlg_width 611 src/filemanager/filegui.c if (w > dlg_width) dlg_width 615 src/filemanager/filegui.c w = dlg_width - gap - WCOLS (0); dlg_width 620 src/filemanager/filegui.c if (w > dlg_width) dlg_width 624 src/filemanager/filegui.c w = dlg_width - gap - WCOLS (4); dlg_width 629 src/filemanager/filegui.c dlg_width += 2 * (2 + gap); dlg_width 635 src/filemanager/filegui.c WX (2) = dlg_width / 2 - WCOLS (2); dlg_width 636 src/filemanager/filegui.c WX (6) = dlg_width / 2 - WCOLS (6); dlg_width 638 src/filemanager/filegui.c w = dlg_width - (2 + gap); /* right bound */ dlg_width 645 src/filemanager/filegui.c WX (9) = dlg_width / 2 - bw1 / 2; dlg_width 652 src/filemanager/filegui.c WX (15) = dlg_width / 2 - bw2 / 2; dlg_width 658 src/filemanager/filegui.c dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, alarm_colors, NULL, NULL, dlg_width 826 src/filemanager/filegui.c int dlg_width = 58, dlg_height = 17; dlg_width 850 src/filemanager/filegui.c ui->op_dlg = dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dialog_colors, dlg_width 872 src/filemanager/filegui.c ui->progress_file_gauge = gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0); dlg_width 888 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;