Lines Matching refs:tab_id
446 The *tab_id* present in several methods of :class:`ttk.Notebook` may take any
479 .. method:: forget(tab_id)
481 Removes the tab specified by *tab_id*, unmaps and unmanages the
485 .. method:: hide(tab_id)
487 Hides the tab specified by *tab_id*.
500 .. method:: index(tab_id)
502 Returns the numeric index of the tab specified by *tab_id*, or the total
503 number of tabs if *tab_id* is the string "end".
517 .. method:: select([tab_id])
519 Selects the specified *tab_id*.
522 previously-selected window (if different) is unmapped. If *tab_id* is
526 .. method:: tab(tab_id, option=None, **kw)
528 Query or modify the options of the specific *tab_id*.