Searched refs:list_height (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/scripts/lxdialog/ |
D | checklist.c | 121 int list_height, int item_no, const char * const * items, int flag) in dialog_checklist() argument 145 max_choice = MIN (list_height, item_no); in dialog_checklist() 183 box_y = height - list_height - 5; 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() 203 if (choice >= list_height) { in dialog_checklist() 204 scroll = choice - list_height + 1; in dialog_checklist() 215 box_y, box_x + check_x + 5, list_height); in dialog_checklist() 238 if (list_height > 1) { in dialog_checklist() 252 box_y, box_x + check_x + 5, list_height); in dialog_checklist() [all …]
|
D | dialog.h | 161 int width, int list_height, int item_no,
|