wx                242 src/filemanager/chattr.c static const int wx = 3;
wx                336 src/filemanager/chattr.c         if (fat->filename_width > wo->cols - wx * 2)
wx                338 src/filemanager/chattr.c             w->rect.x = wo->x + wx;
wx                339 src/filemanager/chattr.c             w->rect.cols = wo->cols - wx * 2;
wx                990 src/filemanager/chattr.c     ch_dlg = dlg_create (TRUE, 0, 0, lines, cols + wx * 2, WPOS_CENTER, FALSE, dialog_colors,
wx                996 src/filemanager/chattr.c     file_attr = fileattrtext_new (y, wx, fname, attr);
wx               1005 src/filemanager/chattr.c         cols = MIN (cols, mw->rect.cols - wx * 2);
wx               1006 src/filemanager/chattr.c         r.cols = cols + wx * 2;
wx               1012 src/filemanager/chattr.c     rect_init (&r, y++, wx, checkboxes_lines > 0 ? checkboxes_lines : 1, cols);