GDB (API)
|
#include "defs.h"
#include "tui/tui.h"
#include "tui/tui-data.h"
#include "tui/tui-wingeneral.h"
#include "tui/tui-win.h"
#include "gdb_curses.h"
Go to the source code of this file.
Functions | |
void | tui_refresh_win (struct tui_gen_win_info *win_info) |
void | tui_delete_win (WINDOW *window) |
void | tui_unhighlight_win (struct tui_win_info *win_info) |
void | tui_highlight_win (struct tui_win_info *win_info) |
void | tui_check_and_display_highlight_if_needed (struct tui_win_info *win_info) |
void | tui_make_window (struct tui_gen_win_info *win_info, int box_it) |
void | tui_make_visible (struct tui_gen_win_info *win_info) |
void | tui_make_invisible (struct tui_gen_win_info *win_info) |
void | tui_make_all_visible (void) |
void | tui_make_all_invisible (void) |
void | tui_refresh_all (struct tui_win_info **list) |
void tui_check_and_display_highlight_if_needed | ( | struct tui_win_info * | win_info | ) |
Definition at line 137 of file tui-wingeneral.c.
void tui_delete_win | ( | WINDOW * | window | ) |
Definition at line 69 of file tui-wingeneral.c.
void tui_highlight_win | ( | struct tui_win_info * | 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 * | win_info | ) |
Definition at line 210 of file tui-wingeneral.c.
void tui_make_visible | ( | struct tui_gen_win_info * | win_info | ) |
Definition at line 204 of file tui-wingeneral.c.
void tui_make_window | ( | struct tui_gen_win_info * | win_info, |
int | box_it | ||
) |
Definition at line 152 of file tui-wingeneral.c.
void tui_refresh_all | ( | struct tui_win_info ** | list | ) |
Definition at line 253 of file tui-wingeneral.c.
void tui_refresh_win | ( | struct tui_gen_win_info * | win_info | ) |
Definition at line 36 of file tui-wingeneral.c.
void tui_unhighlight_win | ( | struct tui_win_info * | win_info | ) |
Definition at line 111 of file tui-wingeneral.c.