Lines Matching refs:height
65 int y, int x, int height) in print_arrows() argument
82 y = y + height + 1; in print_arrows()
85 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
103 print_buttons( WINDOW *dialog, int height, int width, int selected) in print_buttons() argument
106 int y = height - 2; in print_buttons()
120 dialog_checklist (const char *title, const char *prompt, int height, int width, in dialog_checklist() argument
149 y = (LINES - height) / 2; in dialog_checklist()
151 draw_shadow (stdscr, y, x, height, width); in dialog_checklist()
153 dialog = newwin (height, width, y, x); in dialog_checklist()
156 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_checklist()
158 mvwaddch (dialog, height-3, 0, ACS_LTEE); in dialog_checklist()
183 box_y = height - list_height - 5; in dialog_checklist()
217 print_buttons(dialog, height, width, 0); in dialog_checklist()
314 print_buttons(dialog, height, width, button); in dialog_checklist()