Home
last modified time | relevance | path

Searched refs:TABLINE_MENU_CLOSE (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_tabpage.vim658 " (0xef), KS_FILLER (0x58), the tab page number and TABLINE_MENU_CLOSE (1).
/vim-8.2.3635/src/
H A Dgui_haiku.cc2993 event = index > 0 ? TABLINE_MENU_CLOSE : TABLINE_MENU_NEW; in MouseDown()
2998 popUpMenu->AddItem(new BMenuItem(_("Close tabi R"), new BMessage(TABLINE_MENU_CLOSE))); in MouseDown()
H A Dglobals.h637 # define TABLINE_MENU_CLOSE 1 macro
H A Dedit.c4467 if (c != K_TABMENU || current_tabmenu != TABLINE_MENU_CLOSE in ins_tabline()
H A Dgui_motif.c525 XtSetArg(args[n], XmNuserData, TABLINE_MENU_CLOSE); n++; in gui_x11_create_widgets()
H A Dgui.c3882 if (event == TABLINE_MENU_CLOSE && first_tabpage->tp_next == NULL) in send_tabline_menu_event()
H A Dnormal.c3336 case TABLINE_MENU_CLOSE: in handle_tabmenu()
H A Dgui_gtk_x11.c3114 add_tabline_menu_item(menu, (char_u *)_("Close tab"), TABLINE_MENU_CLOSE); in create_tabline_menu()
H A Dgui_w32.c2468 TABLINE_MENU_CLOSE, (char_u *)_("Close tab")); in show_tabline_popup_menu()