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

Method set

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

Sets the value of the Spinbox to value.

(self, value)

Source from the content-addressed store, hash-verified

1143
1144
1145 def set(self, value):
1146 """Sets the value of the Spinbox to value."""
1147 self.tk.call(self._w, "set", value)
1148
1149
1150class Treeview(Widget, tkinter.XView, tkinter.YView):

Callers 3

__init__Method · 0.45
valueMethod · 0.45
set_menuMethod · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected