Lines Matching refs:width
43 int width, old_width, min_width; member
111 int limit_x = dlg->width; in myprint_status()
187 mydraw_mixed_box(WINDOW *win, int y, int x, int height, int width, in mydraw_mixed_box() argument
190 dlg_draw_box(win, y, x, height, width, boxchar, borderchar); in mydraw_mixed_box()
197 dlg_print_text(win, message, width, &attr); in mydraw_mixed_box()
228 for (i = 0; i < (dlg->width - 2 * (3 + MARGIN)); i++) in dlg_update_mixedgauge()
231 (void) wmove(dlg->dialog, dlg->height - 3, (dlg->width / 2) - 2); in dlg_update_mixedgauge()
239 x = (percent * (dlg->width - 2 * (3 + MARGIN))) / 100; in dlg_update_mixedgauge()
281 dlg->width = dlg->old_width = aWidth; in dlg_begin_mixedgauge()
311 dlg->width = dlg->old_width; in dlg_begin_mixedgauge()
317 &(dlg->width), in dlg_begin_mixedgauge()
320 dlg_print_size(dlg->height, dlg->width); in dlg_begin_mixedgauge()
321 dlg_ctl_size(dlg->height, dlg->width); in dlg_begin_mixedgauge()
324 x = dlg_box_x_ordinate(dlg->width); in dlg_begin_mixedgauge()
327 dlg->dialog = dlg_new_window(dlg->height, dlg->width, y, x); in dlg_begin_mixedgauge()
333 dlg->width, in dlg_begin_mixedgauge()
343 dlg->width, in dlg_begin_mixedgauge()
347 dlg_print_autowrap(dlg->caption, dlg->prompt, dlg->height, dlg->width); in dlg_begin_mixedgauge()
354 dlg->width - 2 * (2 + MARGIN), in dlg_begin_mixedgauge()
385 int width, in dialog_mixedgauge() argument
397 DLG_TRACE2N("width", width); in dialog_mixedgauge()
403 width, item_no, items); in dialog_mixedgauge()