| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 691 char_u *tooltip; in menu_item_select() local 698 if (tooltip != NULL && utf_valid_string(tooltip, NULL)) in menu_item_select() 700 msg((char *)tooltip); in menu_item_select() 712 CONVERT_TO_UTF8_FREE(tooltip); in menu_item_select() 748 char_u *tooltip; in gui_mch_add_menu_item() local 752 if (tooltip != NULL && !utf_valid_string(tooltip, NULL)) in gui_mch_add_menu_item() 755 CONVERT_TO_UTF8_FREE(tooltip); in gui_mch_add_menu_item() 778 (const char *)tooltip, in gui_mch_add_menu_item() 929 char_u *tooltip; in gui_mch_menu_set_tip() local 932 if (tooltip != NULL && utf_valid_string(tooltip, NULL)) in gui_mch_menu_set_tip() [all …]
|
| H A D | netbeans.c | 552 char_u *tooltip, char_u *glyphfile, 1910 char_u *tooltip; in nb_do_cmd() local 1930 tooltip = (char_u *)nb_unquote(args, &args); in nb_do_cmd() 1952 else if (typeName != NULL && tooltip != NULL && glyphFile != NULL) in nb_do_cmd() 1953 addsigntype(buf, typeNum, typeName, tooltip, glyphFile, fg, bg); in nb_do_cmd() 1958 vim_free(tooltip); in nb_do_cmd() 3162 char_u *tooltip UNUSED, in addsigntype() 3178 typeNum, typeName, tooltip, glyphFile, fg, bg)); in addsigntype()
|
| H A D | gui_photon.c | 238 char_u *tooltip; in gui_ph_show_tooltip() local 245 tooltip = text; in gui_ph_show_tooltip() 250 tooltip = menu->strings[ index ]; in gui_ph_show_tooltip() 259 tooltip, in gui_ph_show_tooltip()
|
| H A D | gui.c | 3753 int tooltip) // TRUE: get tooltip in get_tabline_label() argument 3762 opt = (tooltip ? &p_gtt : &p_gtl); in get_tabline_label() 3769 char_u *opt_name = (char_u *)(tooltip ? "guitabtooltip" in get_tabline_label() 3813 if (!tooltip) in get_tabline_label()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | gui_x11.txt | 80 tooltipForeground Color of tooltip and balloon foreground. 81 tooltipBackground Color of tooltip and balloon background. 91 tooltipFont Name of the font used for the tooltip and balloons. 113 Note: All fonts (except for the menu and tooltip) must be of the same size!!! 365 *gtk-tooltip-colors* 366 Example, which sets the tooltip colors to black on light-yellow: > 386 .tooltip { 393 tooltip { 398 tooltip label { 479 tooltip { [all …]
|
| H A D | usr_42.txt | 324 You can define tooltips for the items in the toolbar. A tooltip is a short 336 To remove a tooltip, use the |:tunmenu| command.
|
| H A D | debugger.txt | 108 The Balloon evaluation functions are also used to show a tooltip for the
|
| H A D | netbeans.txt | 414 defineAnnoType typeNum typeName tooltip glyphFile fg bg 419 tooltip string not used
|
| H A D | tabpage.txt | 427 'guitabtooltip' is very similar and is used for the tooltip of the same label.
|
| H A D | quickref.txt | 739 'guitabtooltip' 'gtt' GUI: custom tooltip for a tab page 1435 |:tmenu| :tmenu {mpath} {text} add tooltip to menu {mpath}
|
| H A D | popup.txt | 813 is inserted or deleted. The popup functions like a tooltip.
|
| H A D | index.txt | 1682 |:tmenu| :tm[enu] define menu tooltip 1691 |:tunmenu| :tu[nmenu] remove menu tooltip
|
| H A D | gui.txt | 996 When a tip is defined for a ToolBar item, it appears as a tooltip when the
|
| H A D | version5.txt | 3964 - Menu tooltip was using the toolbar tooltip. (Negri) 4091 Win32: tooltip was not removed when selecting a parent menu (it was when 6834 Problem: Multibyte char in tooltip is broken.
|
| H A D | version6.txt | 3042 possible to use the tooltip. Now it works by adding the tooltip first. 3228 Win32 GUI: The tooltip for tear-off items remained when the tear-off item was 3365 GUI: A menu or toolbar item would appear when only a tooltip was defined for 4054 Problem: Motif: When the tooltip is to be popped up, Vim crashes. 14112 message when tooltip text is in a wrong encoding. 14115 tooltip when it is valid utf-8.
|
| H A D | version7.txt | 655 'guitabtooltip' expression for text to display in GUI tab page tooltip 1800 When defining tooltip text, don't translate terminal codes, since it's not 1803 GTK 2: Check the tooltip text for valid utf-8 characters to avoid getting a 3530 Solution: Set the tooltip to use Unicode and do the conversion. Also 5971 Problem: Win32 GUI: "\n" in a tooltip doesn't cause a line break. (Erik 8264 Problem: Motif and Athena balloons don't use tooltip colors.
|
| H A D | options.txt | 3967 'guitabtooltip' is used for the tooltip, see below. 3980 When nonempty describes the text to use in a tooltip for the GUI tab 3981 pages line. When empty Vim will use a default tooltip.
|
| H A D | tags | 7160 gtk-tooltip-colors gui_x11.txt /*gtk-tooltip-colors*
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui.pro | 39 void get_tabline_label(tabpage_T *tp, int tooltip);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dot.vim | 66 \ taillabel tailport tailtarget tailtooltip tailURL target tooltip
|
| H A D | flexwiki.vim | 27 " text: "this is a link (optional tooltip)":http://www.microsoft.com
|
| H A D | 8th.vim | 288 Builtin text? nk:text? tooltip nk:tooltip translate nk:translate tree-pop nk:tree-pop tree-state-p…
|
| H A D | progress.vim | 260 syn keyword ProgressOperator tooltip tooltips top top-nav-query topic total tracking-changes traili…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_gui.vim | 1149 " Only on GTK+, the tooltip function is called even if the mouse is not 1150 " on the tabline. on Win32 and Motif, the tooltip function is called only
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 555 call <SID>AddOption("guitabtooltip", gettext("custom tab page tooltip for the GUI"))
|