Lines Matching refs:box
26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument
30 print_page(box, boxh, boxw, update_text, data); in refresh_text_box()
48 WINDOW *dialog, *box; in dialog_textbox() local
98 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
99 wattrset(box, dlg.dialog.atr); in dialog_textbox()
100 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
102 keypad(box, TRUE); in dialog_textbox()
123 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
124 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text, in dialog_textbox()
143 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
155 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
165 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
175 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
185 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
195 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
211 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
222 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
231 delwin(box); in dialog_textbox()
244 delwin(box); in dialog_textbox()