Home
last modified time | relevance | path

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

/src/contrib/bsddialog/lib/
H A Dlib_util.c680 struct buttons *bs, int rowsnotext, int startwtext, int *htext, int *wtext) in text_size() argument
703 startwtext = MAX(startwtext, wbuttons - TEXTHMARGINS); in text_size()
706 startwtext = widget_max_width(conf) - BORDERS - TEXTHMARGINS; in text_size()
709 startwtext = cols - BORDERS - TEXTHMARGINS; in text_size()
713 if (startwtext <= 0 && changewtext) in text_size()
714 startwtext = 1; in text_size()
719 if (tp.nword > 0 && startwtext <= 0) in text_size()
723 if (text_autosize(conf, &tp, maxhtext, startwtext, changewtext, htext, in text_size()