Lines Matching defs:hnotext
71 * [static] widget_min_height(conf, htext, hnotext, bool buttons);
733 widget_min_height(struct bsddialog_conf *conf, int htext, int hnotext,
745 min += hnotext;
830 int *w, const char *text, int *rowstext, struct buttons *bs, int hnotext,
837 if (text_size(conf, rows, cols, text, bs, hnotext, minw,
845 *h = widget_min_height(conf, htext, hnotext, bs->nbuttons > 0);
857 int widget_checksize(int h, int w, struct buttons *bs, int hnotext, int minw)
861 minheight = BORDERS + hnotext;
921 int dialog_size_position(struct dialog *d, int hnotext, int minw, int *htext)
926 d->text, htext, &d->bs, hnotext, minw) != 0)
928 if (widget_checksize(d->h, d->w, &d->bs, hnotext, minw) != 0)