Lines Matching defs:tab
774 a single one at a time. Each child window is associated with a tab,
800 defines the tab
802 currently-selected tab
810 """Adds a new tab to the notebook.
818 """Removes the tab specified by tab_id, unmaps and unmanages the
824 """Hides the tab specified by tab_id.
826 The tab will not be displayed, but the associated window remains
833 """Returns the name of the tab element at position x, y, or the
839 """Returns the numeric index of the tab specified by tab_id, or
854 """Selects the specified tab.
863 def tab(self, tab_id, option=None, **kw):
866 If kw is not given, returns a dict of the tab option values. If option
871 return _val_or_dict(self.tk, kw, self._w, "tab", tab_id)
886 Control-Tab: selects the tab following the currently selected
889 Shift-Control-Tab: selects the tab preceding the currently
893 tab, will select that tab.