Searched refs:GO_TOOLBAR (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui.c | 1415 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 D | option.h | 297 #define GO_TOOLBAR 'T' // add toolbar macro
|
| H A D | gui_athena.c | 1194 && vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_add_menu_item()
|
| H A D | gui_w32.c | 1349 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 D | gui_photon.c | 1269 if (! vim_strchr(p_go, GO_TOOLBAR)) in gui_mch_init()
|
| H A D | gui_gtk_x11.c | 3643 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 D | gui_motif.c | 1352 && vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_add_menu_item()
|