tag | line | file | source code |
list_width | 26 | scripts/lxdialog/checklist.c | static int list_width, check_x, item_x, checkflag; |
list_width | 40 | scripts/lxdialog/checklist.c | for (i = 0; i < list_width; i++) |
list_width | 170 | scripts/lxdialog/checklist.c | list_width = width - 6; |
list_width | 172 | scripts/lxdialog/checklist.c | box_x = (width - list_width) / 2 - 1; |
list_width | 175 | scripts/lxdialog/checklist.c | list = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1); |
list_width | 180 | scripts/lxdialog/checklist.c | draw_box (dialog, box_y, box_x, list_height + 2, list_width + 2, |
list_width | 188 | scripts/lxdialog/checklist.c | check_x = (list_width - check_x) / 2; |