emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get information of a tip created by x-show-tip


From: Eli Zaretskii
Subject: Re: How to get information of a tip created by x-show-tip
Date: Sat, 19 Jan 2019 11:55:22 +0200

> From: "Feng Shu" <address@hidden>
> Date: Sat, 19 Jan 2019 17:37:41 +0800
> Cc: Emacs-Devel devel <address@hidden>
> 
> On linux (guixsd), emacs master, I can see the tooltip but print nil
> 
> 
> (setq tooltip-reuse-hidden-frame nil)
> (progn
>   (x-show-tip "this is a test"
>                     (selected-frame)
>               '((name . "tooltip1")
>                 (internal-border-width . 2)
>                 (left . 200)
>                 (top . 300)
>                 (width . 200)
>                 (height . 600)
>                 (border-width . 1)
>                 (no-special-glyphs . t))
>               100 0 0)
>   (dolist (frame (visible-frame-list))
>     (when (frame-parameter frame 'tooltip)
>       (princ (frame-parameters frame)))))

What happens if you set x-gtk-use-system-tooltips to nil?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]