Update of bug #38731 (project denemo):
Status: Invalid => Need Info
Open/Closed: Closed => Open
_______________________________________________________
Follow-up Comment #4:
Coincidentally (?) there is a new email on the gtk-list which I append below
because I don't know how to reference it. I was going to say that if the
default is not right then gtk should change it, and if it needs customization
then some "theme" thing needs to be used - which may then expose some bug in
Denemo ignoring themes....
From: Yclept Nemo <[email protected]>
To: [email protected]
Subject: Customize GtkTooltip position
Date: 04/25/13 05:03:05
I've settled on subclassing GtkTooltip:
. create a new type, GTK_TYPE_TOOLTIP_POSITION
. add three new instance members, gint position_x, gint position_y,
gboolean position_override
. override the class function gtk_tooltip_position: if
position_override: gtk_window_move to position_x and position_y;
position_override = FALSE, otherwise: call parent (original)
gtk_tooltip_position.
However, I can't figure out how to override the "query-tooltip" signal
and "query-tooltip" default handler to use GTK_TYPE_TOOLTIP_POSITION
instead of GTK_TYPE_TOOLTIP.
Also, I'm not clear at what point gtk_tooltip_init is called. Does the
new "query-tooltip" signal registered (g_signal_new) in gtkwidget.c
create a new GTK_TYPE_TOOLTIP object?
sincerely,
_______________________________________________
gtk-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtk-list
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38731>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel