Home
last modified time | relevance | path

Searched refs:tooltip (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/src/
H A Dgui_gtk.c691 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 Dnetbeans.c552 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 Dgui_photon.c238 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 Dgui.c3753 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 Dgui_x11.txt80 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 Dusr_42.txt324 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 Ddebugger.txt108 The Balloon evaluation functions are also used to show a tooltip for the
H A Dnetbeans.txt414 defineAnnoType typeNum typeName tooltip glyphFile fg bg
419 tooltip string not used
H A Dtabpage.txt427 'guitabtooltip' is very similar and is used for the tooltip of the same label.
H A Dquickref.txt739 'guitabtooltip' 'gtt' GUI: custom tooltip for a tab page
1435 |:tmenu| :tmenu {mpath} {text} add tooltip to menu {mpath}
H A Dpopup.txt813 is inserted or deleted. The popup functions like a tooltip.
H A Dindex.txt1682 |:tmenu| :tm[enu] define menu tooltip
1691 |:tunmenu| :tu[nmenu] remove menu tooltip
H A Dgui.txt996 When a tip is defined for a ToolBar item, it appears as a tooltip when the
H A Dversion5.txt3964 - 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 Dversion6.txt3042 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 Dversion7.txt655 '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 Doptions.txt3967 '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 Dtags7160 gtk-tooltip-colors gui_x11.txt /*gtk-tooltip-colors*
/vim-8.2.3635/src/proto/
H A Dgui.pro39 void get_tabline_label(tabpage_T *tp, int tooltip);
/vim-8.2.3635/runtime/syntax/
H A Ddot.vim66 \ taillabel tailport tailtarget tailtooltip tailURL target tooltip
H A Dflexwiki.vim27 " text: "this is a link (optional tooltip)":http://www.microsoft.com
H A D8th.vim288 Builtin text? nk:text? tooltip nk:tooltip translate nk:translate tree-pop nk:tree-pop tree-state-p…
H A Dprogress.vim260 syn keyword ProgressOperator tooltip tooltips top top-nav-query topic total tracking-changes traili…
/vim-8.2.3635/src/testdir/
H A Dtest_gui.vim1149 " 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 Doptwin.vim555 call <SID>AddOption("guitabtooltip", gettext("custom tab page tooltip for the GUI"))

12