WINDOW
AC_WRITE(ac, WINDOW, pdata->tap_window);
WINDOW *dialog, *list;
static void print_item(WINDOW * win, int choice, int selected)
static void print_arrows(WINDOW * win, int choice, int item_no, int scroll,
static void print_buttons(WINDOW * dialog, int height, int width, int selected)
int on_key_esc(WINDOW *win);
void attr_clear(WINDOW * win, int height, int width, chtype attr);
void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
void print_button(WINDOW * win, const char *label, int y, int x, int selected);
void print_title(WINDOW *dialog, const char *title, int width);
void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
void draw_shadow(WINDOW * win, int y, int x, int height, int width);
static void print_buttons(WINDOW * dialog, int height, int width, int selected)
WINDOW *dialog;
static void print_buttons(WINDOW * win, int height, int width, int selected)
static void do_scroll(WINDOW *win, int *scroll, int n)
WINDOW *dialog, *menu;
static void do_print_item(WINDOW * win, const char *item, int line_y,
static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x,
static void print_page(WINDOW *win, int height, int width)
static void print_position(WINDOW *win)
static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw,
WINDOW *dialog, *box;
static void print_line(WINDOW *win, int row, int width)
void attr_clear(WINDOW * win, int height, int width, chtype attr)
void print_title(WINDOW *dialog, const char *title, int width)
void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)
void print_button(WINDOW * win, const char *label, int y, int x, int selected)
draw_box(WINDOW * win, int y, int x, int height, int width,
void draw_shadow(WINDOW * win, int y, int x, int height, int width)
int on_key_esc(WINDOW *win)
static void print_buttons(WINDOW * dialog, int height, int width, int selected)
WINDOW *dialog;
static WINDOW *main_window;
WINDOW *menu_window;
void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs)
void fill_window(WINDOW *win, const char *text)
int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...)
WINDOW *win;
WINDOW *msg_win;
WINDOW *menu_win;
int dialog_inputbox(WINDOW *main_window,
WINDOW *win;
WINDOW *prompt_win;
WINDOW *form_win;
void refresh_all_windows(WINDOW *main_window)
void show_scroll_win(WINDOW *main_window,
int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,
WINDOW *win;
WINDOW *pad;
void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs);
void fill_window(WINDOW *win, const char *text);
int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...);
int dialog_inputbox(WINDOW *main_window,
void refresh_all_windows(WINDOW *main_window);
int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,
void show_scroll_win(WINDOW *main_window,
WINDOW *w = dialogue_window;
WINDOW *w = dialogue_window;
static WINDOW *title_bar_window;
static WINDOW *tz_sensor_window;
WINDOW *w = dialogue_window;
static WINDOW *cooling_device_window;
static WINDOW *control_window;
static WINDOW *status_bar_window;
static WINDOW *thermal_data_window;
static WINDOW *dialogue_window;
static void draw_hbar(WINDOW *win, int y, int start, int len,
static void draw_hbar(WINDOW *win, int y, int start, int len, unsigned long ptn,
static void close_window(WINDOW *win)