Searched refs:bottomdesccolor (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bsddialog/lib/ |
H A D | theme.c | 81 .menu.bottomdesccolor = WHITE, 88 .form.bottomdesccolor = WHITE, 130 .menu.bottomdesccolor = GET_COLOR(COLOR_WHITE, COLOR_BLUE), 137 .form.bottomdesccolor = GET_COLOR(COLOR_WHITE, COLOR_BLUE), 181 dst->menu.bottomdesccolor = src->menu.bottomdesccolor; in set_theme() 188 dst->form.bottomdesccolor = src->form.bottomdesccolor; in set_theme()
|
H A D | bsddialog_theme.h | 68 int bottomdesccolor; member 76 int bottomdesccolor; member
|
H A D | formbox.c | 500 attron(t.form.bottomdesccolor); in drawitem() 502 attroff(t.form.bottomdesccolor); in drawitem()
|
H A D | menubox.c | 391 attron(t.menu.bottomdesccolor); in drawitem() 393 attroff(t.menu.bottomdesccolor); in drawitem()
|
/freebsd/contrib/bsddialog/utility/ |
H A D | util_theme.c | 126 {"", "theme.menu.bottomdesccolor", COLOR, &t.menu.bottomdesccolor}, 135 {"", "theme.form.bottomdesccolor", COLOR, &t.form.bottomdesccolor}, 412 t.menu.bottomdesccolor = bsddialog_color(col[4], col[3], 0); in bikeshed() 419 t.form.bottomdesccolor = bsddialog_color(col[4], col[3], 0); in bikeshed()
|
/freebsd/contrib/bsddialog/ |
H A D | CHANGELOG | 299 * add: theme.form.bottomdesccolor and theme.menu.bottomdesccolor.
|