Searched refs:BTN_HIGH (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/dialog/
H A Dpause.c34 #define BTN_HIGH (1 + 2 * MARGIN) macro
77 int button_high = (have_buttons ? BTN_HIGH : MARGIN);
109 MIN_HIGH + MARGIN - BTN_HIGH,
H A Dinputbox.c40 #define BTN_HIGH 1 macro
42 #define MIN_HIGH (HDR_HIGH + (MARGIN * 2 + 1) + (BTN_HIGH + MARGIN * 2))
H A Dtimebox.c31 #define BTN_HIGH 2 macro
33 #define MIN_HIGH (ONE_HIGH + BTN_HIGH + (4 * MARGIN))
H A Dcalendar.c41 #define BTN_HIGH 1 /* height of button-row excluding margin */ macro
44 #define MIN_HIGH (DAY_HIGH + 2 + HDR_HIGH + BTN_HIGH + (MAX_DAYS * MARGIN))
832 1 + (height - (DAY_HIGH + BTN_HIGH + (5 * MARGIN))),
H A Dfselect.c59 #define BTN_HIGH (1 + 2 * MARGIN) /* Ok/Cancel, also input-box */ macro
60 #define MIN_HIGH (HDR_HIGH - MARGIN + (BTN_HIGH * 2) + 4 * MARGIN)
670 tbox_y = height - (BTN_HIGH * 2) + MARGIN;

Completed in 74 milliseconds