Searched refs:MIN_HIGH (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Dpause.c32 #define MIN_HIGH (4) macro
97 MIN_HIGH,
102 MIN_HIGH + MARGIN - BTN_HIGH,
H A Dtimebox.c33 #define MIN_HIGH (ONE_HIGH + BTN_HIGH + (4 * MARGIN)) macro
204 height += MIN_HIGH;
238 (height - MIN_HIGH + MARGIN),
H A Dprogressbox.c29 #define MIN_HIGH (4) macro
210 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
H A Dchecklist.c32 #define MIN_HIGH (1 + (5 * MARGIN)) macro
245 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
250 MIN_HIGH + all.use_height, use_width);
290 if (all.use_height + MIN_HIGH > height - cur_y)
291 all.use_height = height - MIN_HIGH - cur_y;
H A Dmenubox.c51 #define MIN_HIGH (1 + (5 * MARGIN)) macro
368 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
373 MIN_HIGH + all.menu_height, use_width);
406 if (all.menu_height + MIN_HIGH > height - cur_y)
407 all.menu_height = height - MIN_HIGH - cur_y;
H A Dtreeview.c28 #define MIN_HIGH (1 + (5 * MARGIN)) macro
257 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
260 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width);
291 if (use_height + MIN_HIGH > height - cur_y)
292 use_height = height - MIN_HIGH - cur_y;
H A Dguage.c33 #define MIN_HIGH (4) macro
308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
H A Dmixedgauge.c34 #define MIN_HIGH (4) macro
293 dlg->min_height = MIN_HIGH + aItemNo;
H A Drangebox.c29 #define MIN_HIGH (ONE_HIGH + 1 + (4 * MARGIN)) macro
239 height += MIN_HIGH;
H A Dbuildlist.c38 #define MIN_HIGH (1 + (5 * MARGIN)) macro
510 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width);
515 MIN_HIGH + all.use_height, all.use_width);
553 if (all.use_height + MIN_HIGH > height - cur_y)
554 all.use_height = height - MIN_HIGH - cur_y;
H A Dcalendar.c38 #define MIN_HIGH (DAY_HIGH + 2 + HDR_HIGH + BTN_HIGH + (7 * MARGIN)) macro
489 height += MIN_HIGH - 1;
H A Dfselect.c60 #define MIN_HIGH (HDR_HIGH - MARGIN + (BTN_HIGH * 2) + 4 * MARGIN) macro
616 height += MIN_HIGH + min_items;
665 dbox_height = height - MIN_HIGH;

Completed in 88 milliseconds