dlg_width 748 src/editor/editsearch.c int dlg_width; dlg_width 762 src/editor/editsearch.c dlg_width = WIDGET (w->owner)->rect.cols - xpos - 1; dlg_width 765 src/editor/editsearch.c repl_from = g_strdup (str_trunc (tmp, dlg_width - 7)); dlg_width 768 src/editor/editsearch.c repl_to = g_strdup (str_trunc (tmp, dlg_width - 7)); dlg_width 444 src/filemanager/filegui.c int dlg_width = 60; dlg_width 578 src/filemanager/filegui.c dlg_width -= 2 * (2 + gap); // inside frame dlg_width 586 src/filemanager/filegui.c dlg_width = MAX (dlg_width, bw1); dlg_width 591 src/filemanager/filegui.c dlg_width = MAX (dlg_width, bw2); dlg_width 593 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (8)); dlg_width 594 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (13)); dlg_width 595 src/filemanager/filegui.c dlg_width = MAX (dlg_width, WCOLS (14)); dlg_width 599 src/filemanager/filegui.c if (w > dlg_width) dlg_width 603 src/filemanager/filegui.c w = dlg_width - gap - WCOLS (0); dlg_width 608 src/filemanager/filegui.c if (w > dlg_width) dlg_width 612 src/filemanager/filegui.c w = dlg_width - gap - WCOLS (4); dlg_width 617 src/filemanager/filegui.c dlg_width += 2 * (2 + gap); dlg_width 623 src/filemanager/filegui.c WX (2) = dlg_width / 2 - WCOLS (2); dlg_width 624 src/filemanager/filegui.c WX (6) = dlg_width / 2 - WCOLS (6); dlg_width 626 src/filemanager/filegui.c w = dlg_width - (2 + gap); // right bound dlg_width 633 src/filemanager/filegui.c WX (9) = dlg_width / 2 - bw1 / 2; dlg_width 640 src/filemanager/filegui.c WX (15) = dlg_width / 2 - bw2 / 2; dlg_width 645 src/filemanager/filegui.c ui->replace_dlg = dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dlg_width 868 src/filemanager/filegui.c int dlg_width = 58, dlg_height = 17; dlg_width 892 src/filemanager/filegui.c ui->op_dlg = dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dialog_colors, dlg_width 914 src/filemanager/filegui.c ui->progress_file_gauge = gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0); dlg_width 930 src/filemanager/filegui.c gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0); dlg_width 255 src/learn.c const int dlg_width = 78; dlg_width 277 src/learn.c learn_dlg = dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dialog_colors, dlg_width 338 src/learn.c const int bx0 = (dlg_width - (bw0 + bw1 + 1)) / 2;