GDB (xrefs)
Functions
/home/stan/gdb/src/gdb/tui/tui-wingeneral.h File Reference

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_infotui_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 *)

Function Documentation

void tui_box_win ( struct tui_gen_win_info ,
int   
)
struct tui_win_info* tui_copy_win ( struct tui_win_info ) [read]
void tui_delete_win ( WINDOW *  window)
void tui_highlight_win ( struct tui_win_info )
void tui_make_all_invisible ( void  )

Definition at line 245 of file tui-wingeneral.c.

References make_all_visible().

Referenced by show_data(), and show_layout().

void tui_make_all_visible ( void  )

Definition at line 239 of file tui-wingeneral.c.

References make_all_visible().

void tui_make_invisible ( struct tui_gen_win_info )

Definition at line 210 of file tui-wingeneral.c.

References make_visible().

Referenced by make_invisible_and_set_new_height(), show_data(), and show_layout().

void tui_make_visible ( struct tui_gen_win_info )
void tui_make_window ( struct tui_gen_win_info ,
int   
)
void tui_refresh_all ( struct tui_win_info **  )
void tui_refresh_win ( struct tui_gen_win_info )
void tui_unhighlight_win ( struct tui_win_info )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines