Searched refs:box_height (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/dialog/
H A Deditbox.c336 int x, y, box_y, box_x, box_height, box_width; local
398 box_height = height - (4 * MARGIN);
403 box_height,
408 box_height - (2 * MARGIN),
412 box_height - (2 * MARGIN),
H A Dtextbox.c496 int box_height, box_width; local
510 box_height = 1 + (2 * MARGIN);
517 box_y = (height - box_height) / 2;
519 box_height, box_width,
524 dlg_draw_box2(widget, 0, 0, box_height, box_width,

Completed in 79 milliseconds