Lines Matching refs:tab_id
542 The tab_id present in several methods of :class:`ttk.Notebook` may take any
575 .. method:: forget(tab_id)
577 Removes the tab specified by *tab_id*, unmaps and unmanages the
581 .. method:: hide(tab_id)
583 Hides the tab specified by *tab_id*.
596 .. method:: index(tab_id)
598 Returns the numeric index of the tab specified by *tab_id*, or the total
599 number of tabs if *tab_id* is the string "end".
613 .. method:: select(tab_id=None)
615 Selects the specified *tab_id*.
618 previously-selected window (if different) is unmapped. If *tab_id* is
622 .. method:: tab(tab_id, option=None, **kw)
624 Query or modify the options of the specific *tab_id*.