GDB (API)
|
Go to the source code of this file.
Functions | |
void | tui_unhighlight_win (struct tui_win_info *) |
void | tui_make_visible (struct tui_gen_win_info *) |
void | tui_make_invisible (struct tui_gen_win_info *) |
void | tui_make_all_visible (void) |
void | tui_make_all_invisible (void) |
void | tui_make_window (struct tui_gen_win_info *, int) |
struct tui_win_info * | tui_copy_win (struct tui_win_info *) |
void | tui_box_win (struct tui_gen_win_info *, int) |
void | tui_highlight_win (struct tui_win_info *) |
void | tui_check_and_display_highlight_if_needed (struct tui_win_info *) |
void | tui_refresh_all (struct tui_win_info **) |
void | tui_delete_win (WINDOW *window) |
void | tui_refresh_win (struct tui_gen_win_info *) |
void tui_box_win | ( | struct tui_gen_win_info * | , |
int | |||
) |
void tui_check_and_display_highlight_if_needed | ( | struct tui_win_info * | ) |
Definition at line 137 of file tui-wingeneral.c.
struct tui_win_info* tui_copy_win | ( | struct tui_win_info * | ) | [read] |
void tui_delete_win | ( | WINDOW * | window | ) |
Definition at line 69 of file tui-wingeneral.c.
void tui_highlight_win | ( | struct tui_win_info * | ) |
Definition at line 124 of file tui-wingeneral.c.
void tui_make_all_invisible | ( | void | ) |
Definition at line 245 of file tui-wingeneral.c.
void tui_make_all_visible | ( | void | ) |
Definition at line 239 of file tui-wingeneral.c.
void tui_make_invisible | ( | struct tui_gen_win_info * | ) |
Definition at line 210 of file tui-wingeneral.c.
void tui_make_visible | ( | struct tui_gen_win_info * | ) |
Definition at line 204 of file tui-wingeneral.c.
void tui_make_window | ( | struct tui_gen_win_info * | , |
int | |||
) |
Definition at line 152 of file tui-wingeneral.c.
void tui_refresh_all | ( | struct tui_win_info ** | ) |
Definition at line 253 of file tui-wingeneral.c.
void tui_refresh_win | ( | struct tui_gen_win_info * | ) |
Definition at line 36 of file tui-wingeneral.c.
void tui_unhighlight_win | ( | struct tui_win_info * | ) |
Definition at line 111 of file tui-wingeneral.c.