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

Method __init__

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:550–552  ·  view source on GitHub ↗
(self, master=None, cnf={}, **kw)

Source from the content-addressed store, hash-verified

548 Subwidgets are the buttons added with the add method.
549 """
550 def __init__(self, master=None, cnf={}, **kw):
551 TixWidget.__init__(self, master, 'tixButtonBox',
552 ['orientation', 'options'], cnf, kw)
553
554 def add(self, name, cnf={}, **kw):
555 """Add a button with given name to box."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected