[Bug 56070] Can't click button after setting it sensitive.
gtk+ (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Jan 3 05:39:43 CET 2007
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: 2.6.x
------- Comment #65 from Matthias Clasen 2007-01-03 04:38 UTC -------
Some comments:
- I believe you are leaking the synthesized event.
- I don't think we need the mode argument, since all callers
are passing GDK_CROSSING_SYNTHESIZED
- I think gdk_widget_synthesize_crossing_for_foo should be
public api, so that 3rd party no-window widgets can enjoy
the same fix as GtkButton.
- When making those functions public, it would be nicer IMO
to pull the GDK_WIDGET_SYNTH_CROSSING() check into the functions.
Here is an updated patch that addresses these points.
Do you agree to make those functions public ?
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Pkg-gnome-maintainers
mailing list