Searched refs:tab_id (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 845 def forget(self, tab_id): argument 848 self.tk.call(self._w, "forget", tab_id) 851 def hide(self, tab_id): argument 857 self.tk.call(self._w, "hide", tab_id) 866 def index(self, tab_id): argument 869 return self.tk.getint(self.tk.call(self._w, "index", tab_id)) 881 def select(self, tab_id=None): argument 888 return self.tk.call(self._w, "select", tab_id) 891 def tab(self, tab_id, option=None, **kw): argument 899 return _val_or_dict(self.tk, kw, self._w, "tab", tab_id)
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 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*. [all …]
|
/external/autotest/docs/ |
D | test-that.md | 102 http://cautotest/afe/#tab_id=view_job&object_id=5195962.
|
/external/autotest/ |
D | global_config.ini | 412 job_view = http://%s/afe/#tab_id=view_job&object_id=%s
|