Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.h102 int widget_max_width(struct bsddialog_conf *conf);
H A Dlib_util.c660 maxwidth = widget_max_width(conf) - HBORDERS - TEXTHMARGINS; in text_autosize()
767 startwtext = widget_max_width(conf) - VBORDERS - TEXTHMARGINS; in text_size()
823 int widget_max_width(struct bsddialog_conf *conf) in widget_max_width() function
907 min = MIN(min, widget_max_width(conf)); in widget_min_width()
928 if ((maxwidth = widget_max_width(conf)) == BSDDIALOG_ERROR) in set_widget_size()