Versions in this module Expand all Collapse all v0 v0.1.2 Sep 6, 2023 v0.1.1 May 3, 2023 Changes in this version + type Manager struct + IDs map[I]*container.TabItem + Tabs map[*container.TabItem]I + func NewManager() *Manager[I] + func (m *Manager[I]) AddTabItem(id I, tab *container.TabItem) + func (m *Manager[I]) GetTabItem(id I) (*container.TabItem, bool) + func (m *Manager[I]) RemoveTab(tab *container.TabItem)