Home
last modified time | relevance | path

Searched refs:startwtext (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.c741 struct buttons *bs, int rowsnotext, int startwtext, int *htext, int *wtext) in text_size() argument
764 startwtext = MAX(startwtext, wbuttons - TEXTHMARGINS); in text_size()
767 startwtext = widget_max_width(conf) - VBORDERS - TEXTHMARGINS; in text_size()
770 startwtext = cols - VBORDERS - TEXTHMARGINS; in text_size()
774 if (startwtext <= 0 && changewtext) in text_size()
775 startwtext = 1; in text_size()
776 if (startwtext <= 0) in text_size()
782 if (text_autosize(conf, &tp, maxhtext, startwtext, changewtext, htext, in text_size()
H A Dlib_util.h99 struct buttons *bs, int rowsnotext, int startwtext, int *htext, int *wtext);