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