Hyena.Gui.ActionManager.PopulateToolbarPlaceholder C# (CSharp) 메소드

PopulateToolbarPlaceholder() 공개 메소드

public PopulateToolbarPlaceholder ( Gtk.Toolbar toolbar, string path, Gtk.Widget item ) : void
toolbar Gtk.Toolbar
path string
item Gtk.Widget
리턴 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