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

Method __init__

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

Construct a Ttk Frame with parent master. STANDARD OPTIONS class, cursor, style, takefocus WIDGET-SPECIFIC OPTIONS borderwidth, relief, padding, width, height

(self, master=None, **kw)

Source from the content-addressed store, hash-verified

697 together."""
698
699 def __init__(self, master=None, **kw):
700 """Construct a Ttk Frame with parent master.
701
702 STANDARD OPTIONS
703
704 class, cursor, style, takefocus
705
706 WIDGET-SPECIFIC OPTIONS
707
708 borderwidth, relief, padding, width, height
709 """
710 Widget.__init__(self, master, "ttk::frame", kw)
711
712
713class Label(Widget):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected