• Home
  • Raw
  • Download

Lines Matching refs:main_window

263 static WINDOW *main_window;  variable
373 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line()
374 mvwprintw(main_window, lines-3, offset, in print_function_line()
377 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line()
379 mvwprintw(main_window, lines-3, in print_function_line()
384 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line()
390 show_scroll_win(main_window, in handle_f1()
405 show_scroll_win(main_window, in handle_f3()
414 int res = btn_dialog(main_window, in handle_f4()
655 res = btn_dialog(main_window, in do_exit()
672 main_window, in do_exit()
680 main_window, in do_exit()
704 dres = dialog_inputbox(main_window, in search_conf()
712 show_scroll_win(main_window, in search_conf()
728 show_scroll_win(main_window, in search_conf()
946 refresh_all_windows(main_window); in center_item()
959 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
964 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu()
965 box(main_window, 0, 0); in show_menu()
966 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu()
967 mvwprintw(main_window, 0, 3, " %s ", prompt); in show_menu()
968 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
976 menu_window = derwin(main_window, in show_menu()
996 refresh_all_windows(main_window); in show_menu()
1099 refresh_all_windows(main_window); in conf()
1141 refresh_all_windows(main_window); in conf()
1144 refresh_all_windows(main_window); in conf()
1198 btn_dialog(main_window, setmod_text, 0); in conf()
1218 btn_dialog(main_window, buf, 1, "<OK>"); in conf_message_callback()
1230 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help)); in show_help()
1283 refresh_all_windows(main_window); in conf_choice()
1325 refresh_all_windows(main_window); in conf_choice()
1372 res = dialog_inputbox(main_window, in conf_string()
1383 btn_dialog(main_window, in conf_string()
1399 res = dialog_inputbox(main_window, in conf_load()
1413 btn_dialog(main_window, _("File does not exist!"), 0); in conf_load()
1416 show_scroll_win(main_window, in conf_load()
1430 res = dialog_inputbox(main_window, in conf_save()
1444 btn_dialog(main_window, _("Can't create file! " in conf_save()
1449 show_scroll_win(main_window, in conf_save()
1465 if (main_window != NULL) in setup_windows()
1466 delwin(main_window); in setup_windows()
1469 main_window = newwin(lines-2, columns-2, 2, 1); in setup_windows()
1470 keypad(main_window, TRUE); in setup_windows()
1475 new_panel(main_window); in setup_windows()
1543 show_scroll_win(main_window, in main()
1558 delwin(main_window); in main()