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

Class Label

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

Ttk Label widget displays a textual label and/or image.

Source from the content-addressed store, hash-verified

711
712
713class Label(Widget):
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 15

set_labelMethod · 0.90
showcontentsMethod · 0.90
create_page_fontMethod · 0.90
create_page_highlightMethod · 0.90
create_page_keysMethod · 0.90
create_page_windowsMethod · 0.90
create_page_shedMethod · 0.90
create_widgetsMethod · 0.90
make_entryMethod · 0.90
make_frameMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected