public void RemoveItem(IToolbarItemBackend item) { Widget.Remove(item.ToGtk()); }
public void InsertItem(int index, IToolbarItemBackend item) { var w = item.ToGtk(); Widget.Insert(w, index); }