GDB (xrefs)
Functions
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

◆ tui_box_win()

void tui_box_win ( struct tui_gen_win_info ,
int   
)

◆ tui_check_and_display_highlight_if_needed()

void tui_check_and_display_highlight_if_needed ( struct tui_win_info )

◆ tui_copy_win()

struct tui_win_info* tui_copy_win ( struct tui_win_info )

◆ tui_delete_win()

void tui_delete_win ( WINDOW *  window)

◆ tui_highlight_win()

void tui_highlight_win ( struct tui_win_info )

◆ tui_make_all_invisible()

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().

◆ tui_make_all_visible()

void tui_make_all_visible ( void  )

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

References make_all_visible().

◆ tui_make_invisible()

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().

◆ tui_make_visible()

void tui_make_visible ( struct tui_gen_win_info )

◆ tui_make_window()

void tui_make_window ( struct tui_gen_win_info ,
int   
)

◆ tui_refresh_all()

void tui_refresh_all ( struct tui_win_info **  )

◆ tui_refresh_win()

void tui_refresh_win ( struct tui_gen_win_info )

◆ tui_unhighlight_win()

void tui_unhighlight_win ( struct tui_win_info )