Lines Matching refs:height
63 int height; member
386 data->height + (2 * MARGIN), data->width + (2 * MARGIN), in draw_day()
447 data->y + data->height); in draw_day()
466 data->height + 2, data->width + 2, in draw_month()
488 data->height + 2, data->width + 2, in draw_year()
502 int width, int height, in init_object() argument
511 data->height = height; in init_object()
516 data->height, data->width, in init_object()
523 dlg_mouse_mkbigregion(y + 1, x + MON_WIDE, height - 1, width - MON_WIDE, in init_object()
526 dlg_mouse_mkregion(y, x, height, width, code); in init_object()
674 int height, in dialog_calendar() argument
711 int old_height = height; in dialog_calendar()
734 DLG_TRACE2N("height", height); in dialog_calendar()
803 dlg_auto_size(title, prompt, &height, &width, 0, mincols); in dialog_calendar()
805 height += MIN_HIGH - 1; in dialog_calendar()
806 dlg_print_size(height, width); in dialog_calendar()
807 dlg_ctl_size(height, width); in dialog_calendar()
809 dialog = dlg_new_window(height, width, in dialog_calendar()
810 dlg_box_y_ordinate(height), in dialog_calendar()
816 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_calendar()
821 dlg_print_autowrap(dialog, prompt, height, width); in dialog_calendar()
832 1 + (height - (DAY_HIGH + BTN_HIGH + (5 * MARGIN))), in dialog_calendar()
861 mn_box.height, in dialog_calendar()
877 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dialog_calendar()
922 height = old_height; in dialog_calendar()