Home
last modified time | relevance | path

Searched refs:widget_checksize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h153 int widget_checksize(int h, int w, struct buttons *bs, int hnotext, int minw);
H A Dmessagebox.c64 if (widget_checksize(d->h, d->w, &d->bs, MIN(*htext, 1), minw) != 0) in message_size_position()
H A Dtextbox.c96 if (widget_checksize(d->h, d->w, &d->bs, MIN(st->hpad, 1), minw) != 0) in textbox_size_position()
H A Dlib_util.c857 int widget_checksize(int h, int w, struct buttons *bs, int hnotext, int minw) in widget_checksize() function
928 if (widget_checksize(d->h, d->w, &d->bs, hnotext, minw) != 0) in dialog_size_position()
H A Dbarbox.c252 if (widget_checksize(d->h, d->w, &d->bs, nminibars + HBOX, in mixedgauge_size_position()
H A Dformbox.c593 if (widget_checksize(d->h, d->w, &d->bs, in form_size_position()
H A Dmenubox.c447 if (widget_checksize(d->h, d->w, &d->bs, in menu_size_position()