[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Empty tooltips under X
From: |
martin rudalics |
Subject: |
Re: Empty tooltips under X |
Date: |
Wed, 28 Oct 2015 20:20:35 +0100 |
> OK. So now when I eval the below,
>
> (let (x-gtk-use-system-tooltips)
> (tooltip-show "This is a test tooltip"))
>
> I get an empty tooltip, but with different background color and border
Because this is the Emacs tooltip where you can customize the
background. The other one is the tooltip provided by Gtk+ where the
background is theirs.
> style than when I eval just (tooltip-show "This is a test tooltip")
Can you reproduce that reliably? With emacs -Q?
martin