Searched refs:widget_max_height (Results 1 – 4 of 4) sorted by relevance
101 int widget_max_height(struct bsddialog_conf *conf);
753 maxhtext = widget_max_height(conf) - VBORDERS - rowsnotext; in text_size()793 int widget_max_height(struct bsddialog_conf *conf) in widget_max_height() function864 min = MIN(min, widget_max_height(conf)); in widget_min_height()917 if ((maxheight = widget_max_height(conf)) == BSDDIALOG_ERROR) in set_widget_size()
359 notext = MIN(notext, widget_max_height(conf) - HBORDERS - 3); in menu_autosize()372 menusize = widget_max_height(conf) - HBORDERS - in menu_autosize()
423 notext = MIN(notext, widget_max_height(conf) - HBORDERS - 3); in menu_autosize()436 menusize = widget_max_height(conf) - HBORDERS - in menu_autosize()