Searched refs:TEXTHMARGINS (Results 1 – 3 of 3) sorted by relevance
660 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()
48 *w = widget_min_width(conf, wtext, TEXTHMARGINS + 1, NULL); in infobox_autosize()
34 #define TEXTHMARGINS (TEXTHMARGIN + TEXTHMARGIN) macro