tag | line | file | source code |
menu_height | 140 | scripts/lxdialog/dialog.h | int menu_height, const char *choice, int item_no, |
menu_height | 119 | scripts/lxdialog/menubox.c | int menu_height, const char *current, int item_no, |
menu_height | 127 | scripts/lxdialog/menubox.c | max_choice = MIN (menu_height, item_no); |
menu_height | 157 | scripts/lxdialog/menubox.c | box_y = height - menu_height - 5; |
menu_height | 161 | scripts/lxdialog/menubox.c | menu = subwin (dialog, menu_height, menu_width, |
menu_height | 166 | scripts/lxdialog/menubox.c | draw_box (dialog, box_y, box_x, menu_height + 2, menu_width + 2, |
menu_height | 195 | scripts/lxdialog/menubox.c | box_y, box_x+item_x+1, menu_height); |
menu_height | 293 | scripts/lxdialog/menubox.c | box_y, box_x+item_x+1, menu_height); |