Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c422 static int widget_max_height(struct bsddialog_conf *conf) in widget_max_height() function
691 maxhtext = widget_max_height(conf) - BORDERS - rowsnotext; in text_size()
803 if ((maxheight = widget_max_height(conf)) == BSDDIALOG_ERROR) in set_widget_size()
846 *h = MIN(*h, widget_max_height(conf)); in set_widget_autosize()