示例#1
0
        public void ReorderView(int currentIndex, int newIndex)
        {
            var child = (GtkShellDocumentViewItem)notebook.Children [currentIndex];

            tabstrip.ReorderTabs(currentIndex, newIndex);
            ShowActiveContent();
        }
 public void ReorderView(int currentIndex, int newIndex)
 {
     currentContainer.ReorderView(currentIndex, newIndex);
     tabstrip.ReorderTabs(currentIndex, newIndex);
 }