Lines Matching full:height
46 int height; member
127 dlg_draw_box2(dialog, 0, 0, obj->height, obj->width, dialog_attr, in repaint_text()
134 dlg_print_autowrap(dialog, obj->prompt, obj->height, obj->width); in repaint_text()
137 obj->height - 4, 2 + MARGIN, in repaint_text()
148 (void) wmove(dialog, obj->height - 3, 4); in repaint_text()
154 (void) wmove(dialog, obj->height - 3, (obj->width / 2) - 2); in repaint_text()
168 (void) wmove(dialog, obj->height - 3, 4); in repaint_text()
300 int height, in dlg_reallocate_gauge() argument
316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
317 dlg_print_size(height, width); in dlg_reallocate_gauge()
318 dlg_ctl_size(height, width); in dlg_reallocate_gauge()
323 height = obj->height; in dlg_reallocate_gauge()
330 int y = dlg_box_y_ordinate(height); in dlg_reallocate_gauge()
331 WINDOW *dialog = dlg_new_window(height, width, y, x); in dlg_reallocate_gauge()
352 obj->height = height; in dlg_reallocate_gauge()
368 int height, in dlg_allocate_gauge() argument
372 return dlg_reallocate_gauge(NULL, title, cprompt, height, width, percent); in dlg_allocate_gauge()
398 * than the height and width specified.
403 int height, in dialog_gauge() argument
409 void *objptr = dlg_allocate_gauge(title, cprompt, height, width, percent); in dialog_gauge()
415 DLG_TRACE2N("height", height); in dialog_gauge()
433 height, in dialog_gauge()