Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
HDdialog.h201 #define attr_clear(win,h,w,a) dlg_attr_clear(win,h,w,a)
693 extern void dlg_attr_clear(WINDOW * /*win*/, int /*height*/, int /*width*/, chtype /*attr*/);
HDtailbox.c405 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr); in dialog_tailbox()
HDprogressbox.c134 dlg_attr_clear(obj->text, getmaxy(obj->text), getmaxx(obj->text), dialog_attr); in start_obj()
HDeditbox.c184 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr); in display_all()
HDfselect.c198 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr); in display_list()
HDtextbox.c791 dlg_attr_clear(obj.text, PAGE_LENGTH, PAGE_WIDTH, dialog_attr); in dialog_textbox()
HDutil.c224 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear() function
240 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()