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

PopulateToolbarPlaceholder() public method

public PopulateToolbarPlaceholder ( Gtk.Toolbar toolbar, string path, Gtk.Widget item ) : void
toolbar Gtk.Toolbar
path string
item Gtk.Widget
return void
        public void PopulateToolbarPlaceholder (Toolbar toolbar, string path, Widget item)
        {
            PopulateToolbarPlaceholder (toolbar, path, item, false);
        }

Same methods

ActionManager::PopulateToolbarPlaceholder ( Gtk.Toolbar toolbar, string path, Gtk.Widget item, bool expand ) : void