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

Method wm_title

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

Set the title of this widget.

(self, string=None)

Source from the content-addressed store, hash-verified

2297 state = wm_state
2298
2299 def wm_title(self, string=None):
2300 """Set the title of this widget."""
2301 return self.tk.call('wm', 'title', self._w, string)
2302
2303 title = wm_title
2304

Callers 9

make_guiMethod · 0.80
settitleMethod · 0.80
__init__Method · 0.80
create_widgetsMethod · 0.80
settitleMethod · 0.80
saved_change_hookMethod · 0.80
get_titleMethod · 0.80
test_1windowMethod · 0.80
__init__Method · 0.80

Calls 1

callMethod · 0.80

Tested by 1

test_1windowMethod · 0.64