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         449 src/filemanager/filegui.c     int dlg_width = 60;
dlg_width         594 src/filemanager/filegui.c     dlg_width -= 2 * (2 + gap); /* inside frame */
dlg_width         602 src/filemanager/filegui.c     dlg_width = MAX (dlg_width, bw1);
dlg_width         607 src/filemanager/filegui.c     dlg_width = MAX (dlg_width, bw2);
dlg_width         609 src/filemanager/filegui.c     dlg_width = MAX (dlg_width, WCOLS (8));
dlg_width         610 src/filemanager/filegui.c     dlg_width = MAX (dlg_width, WCOLS (13));
dlg_width         611 src/filemanager/filegui.c     dlg_width = MAX (dlg_width, WCOLS (14));
dlg_width         615 src/filemanager/filegui.c     if (w > dlg_width)
dlg_width         619 src/filemanager/filegui.c         w = dlg_width - gap - WCOLS (0);
dlg_width         624 src/filemanager/filegui.c     if (w > dlg_width)
dlg_width         628 src/filemanager/filegui.c         w = dlg_width - gap - WCOLS (4);
dlg_width         633 src/filemanager/filegui.c     dlg_width += 2 * (2 + gap);
dlg_width         639 src/filemanager/filegui.c     WX (2) = dlg_width / 2 - WCOLS (2);
dlg_width         640 src/filemanager/filegui.c     WX (6) = dlg_width / 2 - WCOLS (6);
dlg_width         642 src/filemanager/filegui.c     w = dlg_width - (2 + gap);  /* right bound */
dlg_width         649 src/filemanager/filegui.c     WX (9) = dlg_width / 2 - bw1 / 2;
dlg_width         656 src/filemanager/filegui.c     WX (15) = dlg_width / 2 - bw2 / 2;
dlg_width         662 src/filemanager/filegui.c         dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, alarm_colors, NULL, NULL,
dlg_width         830 src/filemanager/filegui.c     int dlg_width = 58, dlg_height = 17;
dlg_width         854 src/filemanager/filegui.c     ui->op_dlg = dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dialog_colors,
dlg_width         876 src/filemanager/filegui.c         ui->progress_file_gauge = gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0);
dlg_width         892 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         282 src/learn.c            dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dialog_colors,
dlg_width         338 src/learn.c        bx0 = (dlg_width - (bl0 + bl1 + 1)) / 2;