Example #1
0
 internal void UpdateTitle(DockItem it)
 {
     if (it.Visible && type == DockGroupType.Tabbed && boundTabStrip != null)
     {
         boundTabStrip.SetTabLabel(it.Widget, it.Icon, it.Label);
     }
 }