Lines Matching refs:box
39 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument
43 print_page(box, boxh, boxw, update_text, data); in refresh_text_box()
62 WINDOW *dialog, *box; in dialog_textbox() local
112 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
113 wattrset(box, dlg.dialog.atr); in dialog_textbox()
114 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
116 keypad(box, TRUE); in dialog_textbox()
137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
138 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text, in dialog_textbox()
157 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
169 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
179 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
189 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
199 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
209 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
225 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
236 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
245 delwin(box); in dialog_textbox()
258 delwin(box); in dialog_textbox()