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

Class Frame

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

Ttk Frame widget is a container, used to group other widgets together.

Source from the content-addressed store, hash-verified

693
694
695class Frame(Widget):
696 """Ttk Frame widget is a container, used to group other widgets
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 15

__init__Method · 0.90
__init__Method · 0.90
_multistatus_barFunction · 0.90
make_guiMethod · 0.90
__init__Method · 0.90
create_widgetsMethod · 0.90
create_action_buttonsMethod · 0.90
create_page_fontMethod · 0.90
create_page_highlightMethod · 0.90
create_page_keysMethod · 0.90
create_page_windowsMethod · 0.90

Calls

no outgoing calls

Tested by 7

test_make_entryMethod · 0.72
test_create_entriesMethod · 0.72
test_make_frameMethod · 0.72
btn_test_setupMethod · 0.72
test_make_buttonMethod · 0.72
setUpClassMethod · 0.72