Lines Matching full:height
35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, in dialog_msgbox() argument
67 DLG_TRACE2N("height", height); in dialog_msgbox()
75 req_high = height; in dialog_msgbox()
84 dlg_auto_size(title, prompt, &height, &width, in dialog_msgbox()
87 dlg_print_size(height, width); in dialog_msgbox()
88 dlg_ctl_size(height, width); in dialog_msgbox()
91 y = dlg_box_y_ordinate(height); in dialog_msgbox()
93 dialog = dlg_new_window(height, width, y, x); in dialog_msgbox()
97 page = height - (1 + 3 * MARGIN); in dialog_msgbox()
101 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_msgbox()
110 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_msgbox()
111 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dialog_msgbox()
139 height = req_high; in dialog_msgbox()
150 height - 2, 0, in dialog_msgbox()
159 height - 2, 0, in dialog_msgbox()