Searched refs:minwidget (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | lib_util.h | 105 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 D | lib_util.c | 842 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()
|