denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #38731] Move annoying pop-ups to the side


From: Richard Shann
Subject: [Denemo-devel] [bug #38731] Move annoying pop-ups to the side
Date: Thu, 25 Apr 2013 07:02:34 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-gb) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze (2.30.6-1) Epiphany/2.30.6

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 <address@hidden>
To:     address@hidden
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
address@hidden
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/




reply via email to

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