MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / select

Method select

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:853–860  ·  view source on GitHub ↗

Selects the specified tab. The associated child window will be displayed, and the previously-selected window (if different) is unmapped. If tab_id is omitted, returns the widget name of the currently selected pane.

(self, tab_id=None)

Source from the content-addressed store, hash-verified

851
852
853 def select(self, tab_id=None):
854 """Selects the specified tab.
855
856 The associated child window will be displayed, and the
857 previously-selected window (if different) is unmapped. If tab_id
858 is omitted, returns the widget name of the currently selected
859 pane."""
860 return self.tk.call(self._w, "select", tab_id)
861
862
863 def tab(self, tab_id, option=None, **kw):

Callers 7

test_tab_identifiersMethod · 0.45
test_selectMethod · 0.45
test_traversalMethod · 0.45
run_cgiMethod · 0.45
serve_until_stoppedMethod · 0.45
mainFunction · 0.45
waitFunction · 0.45

Calls 1

callMethod · 0.80

Tested by 3

test_tab_identifiersMethod · 0.36
test_selectMethod · 0.36
test_traversalMethod · 0.36