Searched refs:hnotext (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/bsddialog/lib/ |
| H A D | lib_util.h | 150 int *w, const char *text, int *rowstext, struct buttons *bs, int hnotext, 153 int widget_checksize(int h, int w, struct buttons *bs, int hnotext, int minw); 158 int dialog_size_position(struct dialog *d, int hnotext, int minw, int *htext);
|
| H A D | lib_util.c | 734 widget_min_height(struct bsddialog_conf *conf, int htext, int hnotext, in widget_min_height() argument 746 min += hnotext; in widget_min_height() 831 int *w, const char *text, int *rowstext, struct buttons *bs, int hnotext, in set_widget_autosize() argument 838 if (text_size(conf, rows, cols, text, bs, hnotext, minw, in set_widget_autosize() 846 *h = widget_min_height(conf, htext, hnotext, bs->nbuttons > 0); in set_widget_autosize() 858 int widget_checksize(int h, int w, struct buttons *bs, int hnotext, int minw) in widget_checksize() argument 862 minheight = BORDERS + hnotext; in widget_checksize() 922 int dialog_size_position(struct dialog *d, int hnotext, int minw, int *htext) in dialog_size_position() argument 927 d->text, htext, &d->bs, hnotext, minw) != 0) in dialog_size_position() 929 if (widget_checksize(d->h, d->w, &d->bs, hnotext, minw) != 0) in dialog_size_position()
|