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

Method lower

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

Lower this widget in the stacking order.

(self, belowThis=None)

Source from the content-addressed store, hash-verified

1069 return self.tk.call(('send', interp, cmd) + args)
1070
1071 def lower(self, belowThis=None):
1072 """Lower this widget in the stacking order."""
1073 self.tk.call('lower', self._w, belowThis)
1074
1075 def tkraise(self, aboveThis=None):
1076 """Raise this widget in the stacking order."""

Callers 15

__getattr__Method · 0.45
__calc_weekdayMethod · 0.45
__calc_monthMethod · 0.45
__calc_am_pmMethod · 0.45
__calc_date_timeMethod · 0.45
__calc_timezoneMethod · 0.45
_strptimeFunction · 0.45
_replace_encodingFunction · 0.45
normalizeFunction · 0.45
_parseMethod · 0.45
registerFunction · 0.45
getFunction · 0.45

Calls 1

callMethod · 0.80

Tested by 12

runMethod · 0.36
validateMethod · 0.36
_test2Method · 0.36
test_recursiveMethod · 0.36
getheaderMethod · 0.36
test_simple_metadataMethod · 0.36
test_providesMethod · 0.36
test_requiresMethod · 0.36
test_obsoletesMethod · 0.36
test_search_cppMethod · 0.36
getheaderMethod · 0.36