Home
last modified time | relevance | path

Searched refs:change_tab_bar_height_hook (Results 1 – 13 of 13) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dtermhooks.h633 void (*change_tab_bar_height_hook) (struct frame *f, int height); member
H A Dw32term.c7299 terminal->change_tab_bar_height_hook = w32_change_tab_bar_height; in w32_create_terminal()
H A Dxdisp.c13236 if (FRAME_TERMINAL (f)->change_tab_bar_height_hook) in redisplay_tab_bar()
13237 FRAME_TERMINAL (f)->change_tab_bar_height_hook (f, new_height); in redisplay_tab_bar()
13332 if (FRAME_TERMINAL (f)->change_tab_bar_height_hook) in redisplay_tab_bar()
13333 FRAME_TERMINAL (f)->change_tab_bar_height_hook (f, new_height); in redisplay_tab_bar()
H A Dxterm.c13525 terminal->change_tab_bar_height_hook = x_change_tab_bar_height; in x_create_terminal()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dtermhooks.h674 void (*change_tab_bar_height_hook) (struct frame *f, int height); member
H A Dhaikuterm.c3372 terminal->change_tab_bar_height_hook = haiku_change_tab_bar_height; in haiku_create_terminal()
H A Dpgtkterm.c4804 terminal->change_tab_bar_height_hook = x_change_tab_bar_height; in pgtk_create_terminal()
H A Dw32term.c7348 terminal->change_tab_bar_height_hook = w32_change_tab_bar_height; in w32_create_terminal()
H A Dxdisp.c13966 if (FRAME_TERMINAL (f)->change_tab_bar_height_hook) in redisplay_tab_bar()
13967 FRAME_TERMINAL (f)->change_tab_bar_height_hook (f, new_height); in redisplay_tab_bar()
14062 if (FRAME_TERMINAL (f)->change_tab_bar_height_hook) in redisplay_tab_bar()
14063 FRAME_TERMINAL (f)->change_tab_bar_height_hook (f, new_height); in redisplay_tab_bar()
H A Dxterm.c15451 terminal->change_tab_bar_height_hook = x_change_tab_bar_height; in x_create_terminal()
H A Dnsterm.m5021 terminal->change_tab_bar_height_hook = ns_change_tab_bar_height;
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.321852 * src/w32term.c (w32_create_terminal): Set change_tab_bar_height_hook
22048 (GCALIGNED_STRUCT): Add change_tab_bar_height_hook.
22135 (x_create_terminal): Set change_tab_bar_height_hook.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3110431 * src/w32term.c (w32_create_terminal): Set change_tab_bar_height_hook
110627 (GCALIGNED_STRUCT): Add change_tab_bar_height_hook.
110714 (x_create_terminal): Set change_tab_bar_height_hook.