Lines Matching refs:box
27 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument
31 print_page(box, boxh, boxw, update_text, data); in refresh_text_box()
50 WINDOW *dialog, *box; in dialog_textbox() local
100 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
101 wattrset(box, dlg.dialog.atr); in dialog_textbox()
102 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
104 keypad(box, TRUE); in dialog_textbox()
125 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
126 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text, in dialog_textbox()
145 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
157 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
167 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
177 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
187 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
197 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
213 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
224 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
233 delwin(box); in dialog_textbox()
246 delwin(box); in dialog_textbox()