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

Method wm_iconname

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

Set the name of the icon for this widget. Return the name if None is given.

(self, newName=None)

Source from the content-addressed store, hash-verified

2170 iconmask = wm_iconmask
2171
2172 def wm_iconname(self, newName=None):
2173 """Set the name of the icon for this widget. Return the name if
2174 None is given."""
2175 return self.tk.call('wm', 'iconname', self._w, newName)
2176
2177 iconname = wm_iconname
2178

Callers 5

make_guiMethod · 0.80
settitleMethod · 0.80
create_widgetsMethod · 0.80
settitleMethod · 0.80
saved_change_hookMethod · 0.80

Calls 1

callMethod · 0.80

Tested by

no test coverage detected