[Gtk-sharp-list] Disabling UIManager Actions

Piotr Zurek p.zurek at gmail.com
Thu Aug 31 16:07:42 EDT 2006


Thanks Pete,

> You want to access the Gtk.Action via the Gtk.ActionGroup you have it added
> to, then set that insensitive:
> 
> action_group["MyActionName"].Sensitive = true/false;

That is perfectly right!

Cheers
piotr


More information about the Gtk-sharp-list mailing list