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

Class Message

Lib/tkinter/__init__.py:3702–3706  ·  view source on GitHub ↗

Message widget to display multiline text. Obsolete since Label does it too.

Source from the content-addressed store, hash-verified

3700
3701
3702class Message(Widget):
3703 """Message widget to display multiline text. Obsolete since Label does it too."""
3704
3705 def __init__(self, master=None, cnf={}, **kw):
3706 Widget.__init__(self, master, 'message', cnf, kw)
3707
3708
3709class Radiobutton(Widget):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…