Пример #1
0
 public void RemoveItem(IToolbarItemBackend item)
 {
     Widget.Remove(item.ToGtk());
 }
Пример #2
0
        public void InsertItem(int index, IToolbarItemBackend item)
        {
            var w = item.ToGtk();

            Widget.Insert(w, index);
        }