Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c599 maxwidth = widget_max_width(conf) - BORDERS - TEXTHMARGINS; in text_autosize()
605 (int)conf->auto_minwidth - BORDERS - TEXTHMARGINS); in text_autosize()
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()
722 BORDERS + TEXTHMARGINS + 1); in text_size()
773 min = MAX(min, wtext + TEXTHMARGINS); in widget_min_width()
1328 wresize(d->textpad, 1, d->w - BORDERS - TEXTHMARGINS); in draw_dialog()
H A Dlib_util.h34 #define TEXTHMARGINS (TEXTHMARGIN + TEXTHMARGIN) macro
H A Dmessagebox.c63 minw = (*htext > 0) ? 1 + TEXTHMARGINS : 0 ; in message_size_position()