Re: [SPAM] Re: Enable/Disable a button and mouse clicks

2007-01-03 Thread Gabriele Greco
Ed Catmur wrote: > > You've discovered bug 56070[1]. There are some workarounds at the bug, but > we're fairly close to getting it fixed in GTK+. After a complete read of the thread I've implemented the "workaround" based on the window motion events capture, seems to work correctly both on lin

Re: Enable/Disable a button and mouse clicks

2007-01-03 Thread Ed Catmur
Gabriele Greco wrote: > I've found that if I disable a button after a click on it > (gtk_widget_set_sensitive(button, FALSE)), and then enable it back after > a timed event or something else occurs (...set_sensitive(button, TRUE) > ), I'm unable to click on the button with the mouse pointer unle