Lines Matching defs:htext
71 * [static] widget_min_height(conf, htext, hnotext, bool buttons);
679 struct buttons *bs, int rowsnotext, int startwtext, int *htext, int *wtext)
698 maxhtext = 1; /* text_autosize() computes always htext */
722 if (text_autosize(conf, &tp, maxhtext, startwtext, changewtext, htext,
733 widget_min_height(struct bsddialog_conf *conf, int htext, int hnotext,
742 min += htext;
833 int htext, wtext;
838 &htext, &wtext) != 0)
841 *rowstext = htext;
845 *h = widget_min_height(conf, htext, hnotext, bs->nbuttons > 0);
921 int dialog_size_position(struct dialog *d, int hnotext, int minw, int *htext)
926 d->text, htext, &d->bs, hnotext, minw) != 0)