tag | line | file | source code |
menu_height | 140 | scripts/lxdialog/dialog.h | int menu_height, const char *choice, int item_no, |
menu_height | 110 | scripts/lxdialog/menubox.c | int menu_height, const char *current, int item_no, |
menu_height | 118 | scripts/lxdialog/menubox.c | max_choice = MIN (menu_height, item_no); |
menu_height | 149 | scripts/lxdialog/menubox.c | box_y = height - menu_height - 5; |
menu_height | 153 | scripts/lxdialog/menubox.c | menu = subwin (dialog, menu_height, menu_width, |
menu_height | 158 | scripts/lxdialog/menubox.c | draw_box (dialog, box_y, box_x, menu_height + 2, menu_width + 2, |
menu_height | 187 | scripts/lxdialog/menubox.c | box_y, box_x+item_x+1, menu_height); |
menu_height | 214 | scripts/lxdialog/menubox.c | if (menu_height > 1) { |
menu_height | 228 | scripts/lxdialog/menubox.c | box_y, box_x+item_x+1, menu_height); |
menu_height | 240 | scripts/lxdialog/menubox.c | if (menu_height > 1) { |
menu_height | 257 | scripts/lxdialog/menubox.c | box_y, box_x+item_x+1, menu_height); |