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

Method __init__

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

Construct a Ttk Labelframe with parent master. STANDARD OPTIONS class, cursor, style, takefocus WIDGET-SPECIFIC OPTIONS labelanchor, text, underline, padding, labelwidget, width, height

(self, master=None, **kw)

Source from the content-addressed store, hash-verified

735 or another widget."""
736
737 def __init__(self, master=None, **kw):
738 """Construct a Ttk Labelframe with parent master.
739
740 STANDARD OPTIONS
741
742 class, cursor, style, takefocus
743
744 WIDGET-SPECIFIC OPTIONS
745 labelanchor, text, underline, padding, labelwidget, width,
746 height
747 """
748 Widget.__init__(self, master, "ttk::labelframe", kw)
749
750LabelFrame = Labelframe # tkinter name compatibility
751

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected