17 o.index = this.owners.Count;
20 o.window = this.windows[i];
21 o.list = this.lists[i];
24 if (!this.Double && this.addTab)
26 o.window.AddTab(o.TextTab,
null,
null,
null,
null);
32 public void Build(UIList.SortMode m = UIList.SortMode.ByNone)
34 foreach (
ListOwner listOwner
in this.owners)
36 listOwner.list.sortMode = m;
40 this.owners[0].other = this.owners[1];
41 this.owners[1].other = this.owners[0];
48 foreach (
ListOwner listOwner
in this.owners)
50 listOwner.OnSwitchContent();
55 public List<ListOwner> owners =
new List<ListOwner>();
61 public Window[] windows;
64 public UIList[] lists;
67 public UIHeader[] headers;