all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Carlos Pita <carlosjosepita@gmail.com>, 32298@debbugs.gnu.org
Subject: bug#32298: 26.1.50; Emacs gtk system tooltips are not shown as tooltips
Date: Sun, 29 Jul 2018 09:52:36 +0200	[thread overview]
Message-ID: <5B5D7244.1070606@gmx.at> (raw)
In-Reply-To: <87zhyb2vgt.fsf@gmail.com>

 > The weird thing is that emacs gtk tooltips haven't any tooltip related
 > property set. I'm not sure whether this is because of the way I've
 > called xprop and xwininfo on them (again, details in [1]) or what, but
 > the problem is that the window manager is trying to manage them since it
 > can't indentify them as tooltips and, so, they're not themed as the gtk
 > theme specifies for tooltips.

In xg_prepare_tooltip after

   gwin = gtk_widget_get_window (GTK_WIDGET (x->ttip_window));

insert the line

   gdk_window_set_override_redirect (gwin, TRUE);

but I doubt this would help much making GTK tooltips look as wanted
by a specific theme.

martin





  reply	other threads:[~2018-07-29  7:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-28 16:09 bug#32298: 26.1.50; Emacs gtk system tooltips are not shown as tooltips Carlos Pita
2018-07-29  7:52 ` martin rudalics [this message]
2018-07-30 22:53   ` Carlos Pita
2018-07-30 22:59     ` Carlos Pita
2018-07-31  6:38       ` martin rudalics
2018-08-03 22:14         ` Carlos Pita
2018-08-03 22:18           ` Carlos Pita
2018-08-04  7:32             ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5B5D7244.1070606@gmx.at \
    --to=rudalics@gmx.at \
    --cc=32298@debbugs.gnu.org \
    --cc=carlosjosepita@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.