Home
last modified time | relevance | path

Searched refs:item_attr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/dialog/
H A Dcalendar.c425 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 Dfselect.c228 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 Dmenubox.c85 bordchar = item_attr; in print_item()
99 dlg_attrset(win, (selected != Unselected) ? item_selected_attr : item_attr); in print_item()
H A Dtimebox.c85 dlg_attrset(data->window, item_attr); in draw_cell()
H A Dtreeview.c82 dlg_attrset(win, selected ? item_selected_attr : item_attr); in print_item()
H A Ddialog.h386 #define item_attr DIALOG_ATR(19) macro
H A Dutil.c762 attrs[0] = item_attr; in dlg_print_listitem()