wx 243 src/filemanager/chattr.c static const int wx = 3; wx 337 src/filemanager/chattr.c if (fat->filename_width > wo->cols - wx * 2) wx 339 src/filemanager/chattr.c w->rect.x = wo->x + wx; wx 340 src/filemanager/chattr.c w->rect.cols = wo->cols - wx * 2; wx 991 src/filemanager/chattr.c ch_dlg = dlg_create (TRUE, 0, 0, lines, cols + wx * 2, WPOS_CENTER, FALSE, dialog_colors, wx 997 src/filemanager/chattr.c file_attr = fileattrtext_new (y, wx, fname, attr); wx 1006 src/filemanager/chattr.c cols = MIN (cols, mw->rect.cols - wx * 2); wx 1007 src/filemanager/chattr.c r.cols = cols + wx * 2; wx 1013 src/filemanager/chattr.c rect_init (&r, y++, wx, checkboxes_lines > 0 ? checkboxes_lines : 1, cols);