Lines Matching refs:WINDOW
120 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs)
165 void fill_window(WINDOW *win, const char *text)
192 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...)
201 WINDOW *win;
202 WINDOW *msg_win;
203 WINDOW *menu_win;
308 int dialog_inputbox(WINDOW *main_window,
314 WINDOW *win;
315 WINDOW *prompt_win;
316 WINDOW *form_win;
493 void refresh_all_windows(WINDOW *main_window)
500 void show_scroll_win(WINDOW *main_window,
508 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,
521 WINDOW *win;
522 WINDOW *pad;