Home
last modified time | relevance | path

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

/NextBSD/contrib/dialog/
HDpause.c32 #define MIN_HIGH (4) macro
97 MIN_HIGH, in dialog_pause()
102 MIN_HIGH + MARGIN - BTN_HIGH, in dialog_pause()
HDtreeview.c28 #define MIN_HIGH (1 + (5 * MARGIN)) macro
257 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_treeview()
260 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width); in dlg_treeview()
291 if (use_height + MIN_HIGH > height - cur_y) in dlg_treeview()
292 use_height = height - MIN_HIGH - cur_y; in dlg_treeview()
HDchecklist.c32 #define MIN_HIGH (1 + (5 * MARGIN)) macro
245 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_checklist()
250 MIN_HIGH + all.use_height, use_width); in dlg_checklist()
290 if (all.use_height + MIN_HIGH > height - cur_y) in dlg_checklist()
291 all.use_height = height - MIN_HIGH - cur_y; in dlg_checklist()
HDmenubox.c51 #define MIN_HIGH (1 + (5 * MARGIN)) macro
368 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_menu()
373 MIN_HIGH + all.menu_height, use_width); in dlg_menu()
406 if (all.menu_height + MIN_HIGH > height - cur_y) in dlg_menu()
407 all.menu_height = height - MIN_HIGH - cur_y; in dlg_menu()
HDtimebox.c33 #define MIN_HIGH (ONE_HIGH + BTN_HIGH + (4 * MARGIN)) macro
204 height += MIN_HIGH; in dialog_timebox()
238 (height - MIN_HIGH + MARGIN), in dialog_timebox()
HDprogressbox.c29 #define MIN_HIGH (4) macro
210 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_progressbox()
HDbuildlist.c38 #define MIN_HIGH (1 + (5 * MARGIN)) macro
510 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width); in dlg_buildlist()
515 MIN_HIGH + all.use_height, all.use_width); in dlg_buildlist()
553 if (all.use_height + MIN_HIGH > height - cur_y) in dlg_buildlist()
554 all.use_height = height - MIN_HIGH - cur_y; in dlg_buildlist()
HDrangebox.c29 #define MIN_HIGH (ONE_HIGH + 1 + (4 * MARGIN)) macro
239 height += MIN_HIGH; in dialog_rangebox()
HDmixedgauge.c34 #define MIN_HIGH (4) macro
293 dlg->min_height = MIN_HIGH + aItemNo; in dlg_begin_mixedgauge()
HDguage.c33 #define MIN_HIGH (4) macro
308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
HDfselect.c60 #define MIN_HIGH (HDR_HIGH - MARGIN + (BTN_HIGH * 2) + 4 * MARGIN) macro
616 height += MIN_HIGH + min_items; in dlg_fselect()
665 dbox_height = height - MIN_HIGH; in dlg_fselect()
HDcalendar.c38 #define MIN_HIGH (DAY_HIGH + 2 + HDR_HIGH + BTN_HIGH + (7 * MARGIN)) macro
489 height += MIN_HIGH - 1; in dialog_calendar()