[Gtk-sharp-list] Problem when desensitizing button

Dan Winship danw at novell.com
Fri Jun 17 08:50:20 EDT 2005


On Fri, 2005-06-17 at 13:26 +0300, Alexandros Frantzis wrote:
> Hello,
> 
> after clicking on a Gtk.Button, I desensitize it so that I can't click
> it again until an (asynchronous) operation finishes. The problem is that
> when the operation finishes and I make the button sensitive again, the
> button can't be clicked immediately! I must first move the mouse cursor
> outside the button and then in again before I am able to click.
> 
> Is there way around this?

No, this is an old gtk bug
(http://bugzilla.gnome.org/show_bug.cgi?id=56070). It's not easy to fix
the way that gtk currently works.

-- Dan




More information about the Gtk-sharp-list mailing list