Lines Matching full:height
49 dialog_inputbox(const char *title, const char *cprompt, int height, int width, in dialog_inputbox() argument
71 int old_height = height; in dialog_inputbox()
95 DLG_TRACE2N("height", height); in dialog_inputbox()
115 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, in dialog_inputbox()
121 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_inputbox()
124 dlg_print_size(height, width); in dialog_inputbox()
125 dlg_ctl_size(height, width); in dialog_inputbox()
128 yorg = dlg_box_y_ordinate(height); in dialog_inputbox()
130 dialog = dlg_new_window(height, width, yorg, xorg); in dialog_inputbox()
136 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_inputbox()
142 dlg_print_autowrap(dialog, prompt, height, width); in dialog_inputbox()
173 dlg_draw_buttons(dialog, height - 2, 0, buttons, state, FALSE, width); in dialog_inputbox()
253 height = old_height; in dialog_inputbox()