Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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
__init__
Method · 0.80
Calls
1
call
Method · 0.80
Tested by
1
test_1window
Method · 0.64