Home
last modified time | relevance | path

Searched refs:widget_max_height (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/bsddialog/lib/
HDlib_util.h101 int widget_max_height(struct bsddialog_conf *conf);
HDlib_util.c753 maxhtext = widget_max_height(conf) - VBORDERS - rowsnotext; in text_size()
793 int widget_max_height(struct bsddialog_conf *conf) in widget_max_height() function
864 min = MIN(min, widget_max_height(conf)); in widget_min_height()
917 if ((maxheight = widget_max_height(conf)) == BSDDIALOG_ERROR) in set_widget_size()
HDmenubox.c359 notext = MIN(notext, widget_max_height(conf) - HBORDERS - 3); in menu_autosize()
372 menusize = widget_max_height(conf) - HBORDERS - in menu_autosize()
HDformbox.c423 notext = MIN(notext, widget_max_height(conf) - HBORDERS - 3); in menu_autosize()
436 menusize = widget_max_height(conf) - HBORDERS - in menu_autosize()