Searched refs:list_width (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/scripts/lxdialog/ |
D | checklist.c | 26 static int list_width, check_x, item_x, checkflag; variable 40 for (i = 0; i < list_width; i++) in print_item() 182 list_width = width - 6; in dialog_checklist() 184 box_x = (width - list_width) / 2 - 1; in dialog_checklist() 187 list = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1); in dialog_checklist() 192 draw_box (dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist() 200 check_x = (list_width - check_x) / 2; in dialog_checklist()
|