Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_gui
Method · 0.80
settitle
Method · 0.80
__init__
Method · 0.80
create_widgets
Method · 0.80
settitle
Method · 0.80
saved_change_hook
Method · 0.80
get_title
Method · 0.80
test_1window
Method · 0.80
Calls
1
call
Method · 0.45
Tested by
1
test_1window
Method · 0.64