Searched refs:MIN_HIGH (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | pause.c | 32 #define MIN_HIGH (4) macro 97 MIN_HIGH, in dialog_pause() 102 MIN_HIGH + MARGIN - BTN_HIGH, in dialog_pause()
|
| HD | treeview.c | 28 #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()
|
| HD | checklist.c | 32 #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()
|
| HD | menubox.c | 51 #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()
|
| HD | timebox.c | 33 #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()
|
| HD | progressbox.c | 29 #define MIN_HIGH (4) macro 210 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_progressbox()
|
| HD | buildlist.c | 38 #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()
|
| HD | rangebox.c | 29 #define MIN_HIGH (ONE_HIGH + 1 + (4 * MARGIN)) macro 239 height += MIN_HIGH; in dialog_rangebox()
|
| HD | mixedgauge.c | 34 #define MIN_HIGH (4) macro 293 dlg->min_height = MIN_HIGH + aItemNo; in dlg_begin_mixedgauge()
|
| HD | guage.c | 33 #define MIN_HIGH (4) macro 308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
|
| HD | fselect.c | 60 #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()
|
| HD | calendar.c | 38 #define MIN_HIGH (DAY_HIGH + 2 + HDR_HIGH + BTN_HIGH + (7 * MARGIN)) macro 489 height += MIN_HIGH - 1; in dialog_calendar()
|