Home
last modified time | relevance | path

Searched refs:tab_id (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
Dttk.py845 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/cpython3/Lib/tkinter/
Dttk.py849 def forget(self, tab_id): argument
852 self.tk.call(self._w, "forget", tab_id)
855 def hide(self, tab_id): argument
861 self.tk.call(self._w, "hide", tab_id)
870 def index(self, tab_id): argument
873 return self.tk.getint(self.tk.call(self._w, "index", tab_id))
885 def select(self, tab_id=None): argument
892 return self.tk.call(self._w, "select", tab_id)
895 def tab(self, tab_id, option=None, **kw): argument
903 return _val_or_dict(self.tk, kw, self._w, "tab", tab_id)
/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js201 function page_timestamps_new_record(tab_id, url, start) { argument
204 page_timestamps_recorder[tab_id] = {
/external/python/cpython2/Doc/library/
Dttk.rst446 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/python/cpython3/Doc/library/
Dtkinter.ttk.rst542 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*.
[all …]
/external/autotest/docs/
Dtest-that.md102 http://cautotest/afe/#tab_id=view_job&object_id=5195962.
/external/autotest/
Dglobal_config.ini408 job_view = %s/afe/#tab_id=view_job&object_id=%s