MCPcopy Index your code
hub / github.com/RustPython/RustPython / Message

Class Message

Lib/tkinter/__init__.py:3620–3624  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3618
3619
3620class Message(Widget):
3621 """Message widget to display multiline text. Obsolete since Label does it too."""
3622
3623 def __init__(self, master=None, cnf={}, **kw):
3624 Widget.__init__(self, master, 'message', cnf, kw)
3625
3626
3627class Radiobutton(Widget):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected