Searched refs:maxheight (Results 1 – 2 of 2) sorted by relevance
795 int maxheight; in widget_max_height() local798 if (maxheight <= 0) in widget_max_height()804 maxheight -= conf->auto_topmargin; in widget_max_height()805 if (maxheight <= 0) in widget_max_height()809 maxheight -= conf->y; in widget_max_height()810 if (maxheight <= 0) in widget_max_height()815 maxheight -= conf->auto_downmargin; in widget_max_height()816 if (maxheight <= 0) in widget_max_height()820 return (maxheight); in widget_max_height()915 int maxheight, maxwidth; in set_widget_size() local[all …]
47 int maxheight; /* And height */ member