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

Method wm_title

Lib/tkinter/__init__.py:2489–2491  ·  view source on GitHub ↗

Set the title of this widget.

(self, string=None)

Source from the content-addressed store, hash-verified

2487 state = wm_state
2488
2489 def wm_title(self, string=None):
2490 """Set the title of this widget."""
2491 return self.tk.call('wm', 'title', self._w, string)
2492
2493 title = wm_title
2494

Callers 8

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

Calls 1

callMethod · 0.45

Tested by 1

test_1windowMethod · 0.64