Home
last modified time | relevance | path

Searched refs:GO_TOOLBAR (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.c1415 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_position_components()
1427 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_position_components()
1509 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_get_base_height()
3532 case GO_TOOLBAR: in gui_init_which_components()
4317 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_update_scrollbars()
H A Doption.h297 #define GO_TOOLBAR 'T' // add toolbar macro
H A Dgui_athena.c1194 && vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_add_menu_item()
H A Dgui_w32.c1349 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_set_text_area_pos()
1360 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_set_text_area_pos()
7981 gui_mch_show_toolbar(vim_strchr(p_go, GO_TOOLBAR) != NULL); in initialise_toolbar()
H A Dgui_photon.c1269 if (! vim_strchr(p_go, GO_TOOLBAR)) in gui_mch_init()
H A Dgui_gtk_x11.c3643 if (vim_strchr(p_go, GO_TOOLBAR) != NULL in gui_mch_init()
4346 if (using_gnome && vim_strchr(p_go, GO_TOOLBAR) == NULL in gui_mch_open()
H A Dgui_motif.c1352 && vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_add_menu_item()