Lines Matching refs:width
35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, in dialog_msgbox() argument
68 DLG_TRACE2N("width", width); in dialog_msgbox()
76 req_wide = width; 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()
90 x = dlg_box_x_ordinate(width); in dialog_msgbox()
93 dialog = dlg_new_window(height, width, y, x); 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()
119 page, width, pauseopt); in dialog_msgbox()
140 width = req_wide; in dialog_msgbox()
152 FALSE, width); in dialog_msgbox()
161 FALSE, width); in dialog_msgbox()
189 dlg_print_scrolled(dialog, prompt, offset, page, width, pauseopt); in dialog_msgbox()