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

Method __init__

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:716–729  ·  view source on GitHub ↗

Construct a Ttk Label with parent master. STANDARD OPTIONS class, compound, cursor, image, style, takefocus, text, textvariable, underline, width WIDGET-SPECIFIC OPTIONS anchor, background, font, foreground, justify, padding,

(self, master=None, **kw)

Source from the content-addressed store, hash-verified

714 """Ttk Label widget displays a textual label and/or image."""
715
716 def __init__(self, master=None, **kw):
717 """Construct a Ttk Label with parent master.
718
719 STANDARD OPTIONS
720
721 class, compound, cursor, image, style, takefocus, text,
722 textvariable, underline, width
723
724 WIDGET-SPECIFIC OPTIONS
725
726 anchor, background, font, foreground, justify, padding,
727 relief, text, wraplength
728 """
729 Widget.__init__(self, master, "ttk::label", kw)
730
731
732class Labelframe(Widget):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected