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

Method grab_release

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:954–956  ·  view source on GitHub ↗

Release grab for this widget if currently set.

(self)

Source from the content-addressed store, hash-verified

952 return self._nametowidget(name)
953
954 def grab_release(self):
955 """Release grab for this widget if currently set."""
956 self.tk.call('grab', 'release', self._w)
957
958 def grab_set(self):
959 """Set grab for this widget.

Callers 7

destroyMethod · 0.80
okMethod · 0.80
cancelMethod · 0.80
closeMethod · 0.80
okMethod · 0.80
okMethod · 0.80
destroyMethod · 0.80

Calls 1

callMethod · 0.80

Tested by

no test coverage detected