[Bug 56070] Can't click button after setting it sensitive.

gtk+ (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jul 18 03:59:47 UTC 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=56070

  gtk+ | gtk | Ver: 2.12.x




------- Comment #148 from Matthias Clasen  2008-07-18 03:59 UTC -------
The first three tests are good now, the last three need more work.

Wrt to the root window, you probably need to set an appropriate event mask:

      test->events_connected = TRUE;
      mask = gdk_window_get_events (gdk_get_default_root_window ());
      mask = mask | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK;
      gdk_window_set_events (gdk_get_default_root_window (), mask);

      gdk_window_add_filter (gdk_get_default_root_window (),
                             root_filter_func, test);

But of course, this is not going to be useful, since we are not generating
any native enter/leave events on the root window...


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=56070.



More information about the pkg-gnome-maintainers mailing list