Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.c660 maxwidth = widget_max_width(conf) - HBORDERS - TEXTHMARGINS; in text_autosize()
666 (int)conf->auto_minwidth - HBORDERS - TEXTHMARGINS); in text_autosize()
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()
884 min = MAX(min, wtext + TEXTHMARGINS); in widget_min_width()
1131 wresize(textpad, 1, w - HBORDERS - TEXTHMARGINS); in update_dialog()
1161 *textpad = newpad(1, w - HBORDERS - TEXTHMARGINS); in new_dialog()
H A Dinfobox.c48 *w = widget_min_width(conf, wtext, TEXTHMARGINS + 1, NULL); in infobox_autosize()
H A Dlib_util.h34 #define TEXTHMARGINS (TEXTHMARGIN + TEXTHMARGIN) macro