Home
last modified time | relevance | path

Searched refs:menu_width (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.h277 int menu_width; // Width of the menu bar member
H A Dgui.c446 gui.menu_width = 0; in gui_init_check()
1384 gui_mch_set_menu_pos(0, 0, gui.menu_width, gui.menu_height); in gui_position_menu()
1410 gui.menu_width = total_width; in gui_position_components()
1431 gui.menu_width, gui.toolbar_height); in gui_position_components()
1439 gui.menu_width, gui.tabline_height); in gui_position_components()
H A Dgui_x11.c1586 gui_mch_set_toolbar_pos(0, gui.menu_height, gui.menu_width, in gui_mch_open()