tag | line | file | source code |
---|---|---|---|
first_item | 124 | scripts/lxdialog/menubox.c | int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; |
first_item | 182 | scripts/lxdialog/menubox.c | scroll = first_item = choice - max_choice + 1; |
first_item | 188 | scripts/lxdialog/menubox.c | print_item (menu, items[(first_item + i) * 2 + 1], i, i == choice, |
first_item | 189 | scripts/lxdialog/menubox.c | (items[(first_item + i)*2][0] != ':')); |