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

Method tkraise

Lib/tkinter/__init__.py:1188–1190  ·  view source on GitHub ↗

Raise this widget in the stacking order.

(self, aboveThis=None)

Source from the content-addressed store, hash-verified

1186 self.tk.call('lower', self._w, belowThis)
1187
1188 def tkraise(self, aboveThis=None):
1189 """Raise this widget in the stacking order."""
1190 self.tk.call('raise', self._w, aboveThis)
1191
1192 lift = tkraise
1193

Callers 2

openMethod · 0.45
wakeupMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected