Searched refs:widget_max_width (Results 1 – 2 of 2) sorted by relevance
102 int widget_max_width(struct bsddialog_conf *conf);
660 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() function907 min = MIN(min, widget_max_width(conf)); in widget_min_width()928 if ((maxwidth = widget_max_width(conf)) == BSDDIALOG_ERROR) in set_widget_size()