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

Method __init__

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

Source from the content-addressed store, hash-verified

1066 entry Entry"""
1067
1068 def __init__ (self,master=None,cnf={}, **kw):
1069 TixWidget.__init__(self, master, 'tixLabelEntry',
1070 ['labelside','options'], cnf, kw)
1071 self.subwidget_list['label'] = _dummyLabel(self, 'label')
1072 self.subwidget_list['entry'] = _dummyEntry(self, 'entry')
1073
1074class LabelFrame(TixWidget):
1075 """LabelFrame - Labelled Frame container. Packages a frame widget

Callers

nothing calls this directly

Calls 3

_dummyLabelClass · 0.85
_dummyEntryClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected