[Bug 56070] Can't click button after setting it sensitive.
gtk+ (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri May 26 14:42:03 UTC 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=56070
gtk+ | gtk | Ver: 1.3.x
------- Comment #35 from Ed Catmur 2006-05-26 14:42 UTC -------
Performance: client overhead is low, using one bit in GtkPrivateFlags.
Synthesis tests are mostly cheap bitfield checks, with the heavy stuff
(gtk_widget_is_ancestor) at the end of a short-circuit so it'll only kick in if
a widget is made sensitive while a grab is in effect.
Actual event synthesis involves two roundtrips: gdk_display_get_pointer
(QueryPointer) and gdk_window_get_origin (TranslateCoordinates). I don't know
how to improve this; perhaps some Xlib guru could help?
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Pkg-gnome-maintainers
mailing list