for the widgets where tooltips fail, wrap them in an event widget and
attach the tooltip to that.

from the documentation
<https://developer.gnome.org/gtk2/stable/GtkEventBox.html#gtk-event-box-new>
:

Description

The GtkEventBox
<https://developer.gnome.org/gtk2/stable/GtkEventBox.html> widget
is a subclass of GtkBin
<https://developer.gnome.org/gtk2/stable/GtkBin.html> which also has its
own window. It is useful since it allows you to catch events for widgets
which do not have their own window.

On Sat, Oct 22, 2016 at 2:06 PM, Konstantin P. <ria.freelan...@gmail.com>
wrote:

> It does not work for all application widgets, even for GTK ones (e.g. open
> dialogs). How can I fix this and make tooltips appear?
>
> _______________________________________________
> gtk-list mailing list
> gtk-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-list
>
>
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to