Home
last modified time | relevance | path

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

/NextBSD/contrib/dialog/
HDprogressbox.c258 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr); in dlg_progressbox()
HDdialog.h308 #define attr_clear(win,h,w,a) dlg_attr_clear(win,h,w,a)
764 extern void dlg_attr_clear(WINDOW * /*win*/, int /*height*/, int /*width*/, chtype /*attr*/);
HDtailbox.c372 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr); in dialog_tailbox()
HDeditbox.c176 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr); in display_all()
HDfselect.c226 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr); in display_list()
HDtextbox.c767 dlg_attr_clear(obj.text, PAGE_LENGTH, PAGE_WIDTH, dialog_attr); in dialog_textbox()
HDutil.c214 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear() function
230 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()