MCPcopy Index your code
hub / github.com/python/cpython / get

Method get

Lib/tkinter/ttk.py:1075–1081  ·  view source on GitHub ↗

Get the current value of the value option, or the value corresponding to the coordinates x, y if they are specified. x and y are pixel coordinates relative to the scale widget origin.

(self, x=None, y=None)

Source from the content-addressed store, hash-verified

1073
1074
1075 def get(self, x=None, y=None):
1076 """Get the current value of the value option, or the value
1077 corresponding to the coordinates x, y if they are specified.
1078
1079 x and y are pixel coordinates relative to the scale widget
1080 origin."""
1081 return self.tk.call(self._w, 'get', x, y)
1082
1083
1084class Scrollbar(Widget, tkinter.Scrollbar):

Callers 15

dirs_select_eventMethod · 0.45
files_select_eventMethod · 0.45
get_filterMethod · 0.45
get_selectionMethod · 0.45
getresultMethod · 0.45
getresultMethod · 0.45
getresultMethod · 0.45
__init__Method · 0.45
_script_from_settingsFunction · 0.45
headingMethod · 0.45
_adjustMethod · 0.45
valueMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected