Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.h105 widget_min_height(struct bsddialog_conf *conf, int htext, int minwidget,
109 widget_min_width(struct bsddialog_conf *conf, int wtext, int minwidget,
H A Dlib_util.c842 widget_min_height(struct bsddialog_conf *conf, int htext, int minwidget, in widget_min_height() argument
857 min += minwidget; in widget_min_height()
870 widget_min_width(struct bsddialog_conf *conf, int wtext, int minwidget, in widget_min_width() argument
887 min = MAX(min, minwidget); in widget_min_width()