Home
last modified time | relevance | path

Searched refs:list_height (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dchecklist.c118 int width, int list_height) in dialog_checklist() argument
140 max_choice = MIN(list_height, item_count()); in dialog_checklist()
166 box_y = height - list_height - 5; in dialog_checklist()
170 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
188 if (choice >= list_height) { in dialog_checklist()
189 scroll = choice - list_height + 1; in dialog_checklist()
200 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
224 if (list_height > 1) { in dialog_checklist()
236 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
249 if (list_height > 1) { in dialog_checklist()
[all …]
A Ddialog.h244 int width, int list_height);

Completed in 4 milliseconds