Searched refs:item_attr (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | calendar.c | 425 dlg_attrset(data->window, item_attr); /* not selected days */ in draw_day() 470 dlg_attrset(data->window, item_attr); /* color the month selection */ in draw_month() 492 dlg_attrset(data->window, item_attr); /* color the year selection */ in draw_year()
|
H A D | fselect.c | 228 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr); in display_list() 237 dlg_attrset(list->win, item_attr); in display_list() 239 dlg_attrset(list->win, item_attr); in display_list()
|
H A D | menubox.c | 85 bordchar = item_attr; in print_item() 99 dlg_attrset(win, (selected != Unselected) ? item_selected_attr : item_attr); in print_item()
|
H A D | timebox.c | 85 dlg_attrset(data->window, item_attr); in draw_cell()
|
H A D | treeview.c | 82 dlg_attrset(win, selected ? item_selected_attr : item_attr); in print_item()
|
H A D | dialog.h | 386 #define item_attr DIALOG_ATR(19) macro
|
H A D | util.c | 762 attrs[0] = item_attr; in dlg_print_listitem()
|