Hyena.Gui.ActionManager.this C# (CSharp) Method

this() public method

public this ( string actionId ) : Gtk.Gtk.Action
actionId string
return Gtk.Gtk.Action
        public Gtk.Action this[string actionId] {
            get { return FindAction (actionId); }
        }