Searched refs:actext (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | menu.c | 37 static char_u *menu_text(char_u *text, int *mnemonic, char_u **actext); 594 menu->dname = menu_text(name, &menu->mnemonic, &menu->actext); in add_menu_path() 1069 vim_free(menu->actext); in free_menu() 1802 menu_text(char_u *str, int *mnemonic, char_u **actext) in menu_text() argument 1811 if (actext != NULL) in menu_text() 1812 *actext = vim_strsave(p + 1); in menu_text() 2861 if (status == OK && menu->actext != NULL) in menuitem_getinfo() 2862 status = dict_add_string(dict, "accel", menu->actext); in menuitem_getinfo()
|
| H A D | gui_gtk.c | 619 if (menu->actext != NULL && menu->actext[0] != NUL) in menu_item_new() 621 text = CONVERT_TO_UTF8(menu->actext); in menu_item_new()
|
| H A D | gui_w32.c | 7702 text = (col == 0) ? pmenu->dname : pmenu->actext; in gui_mch_tearoff() 7845 if (menu->actext != NULL) in gui_mch_tearoff() 7847 acLen = (int)STRLEN(menu->actext); in gui_mch_tearoff() 7849 textWidth = GetTextWidthEnc(hdc, menu->actext, acLen); in gui_mch_tearoff() 7879 if (menu->actext != NULL) in gui_mch_tearoff() 7881 STRNCPY(text, menu->actext, acLen); in gui_mch_tearoff()
|
| H A D | gui_photon.c | 2519 PtSetArg(&args[ n++ ], Pt_ARG_ACCEL_TEXT, menu->actext, 0); in gui_mch_add_menu() 2648 PtSetArg(&args[ n++ ], Pt_ARG_ACCEL_TEXT, menu->actext, 0); in gui_mch_add_menu_item()
|
| H A D | gui_motif.c | 1013 if (menu->actext != NULL && menu->id != (Widget)0) in gui_motif_add_actext() 1015 label = XmStringCreate((char *)menu->actext, STRING_TAG); in gui_motif_add_actext()
|
| H A D | structs.h | 3949 char_u *actext; // accelerator text (after TAB) member
|