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

Method __init__

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

Source from the content-addressed store, hash-verified

697 filelist ScrolledListBox"""
698
699 def __init__(self, master, cnf={}, **kw):
700 TixWidget.__init__(self, master, 'tixDirSelectBox', ['options'], cnf, kw)
701 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
702 self.subwidget_list['dircbx'] = _dummyFileComboBox(self, 'dircbx')
703
704class ExFileSelectBox(TixWidget):
705 """ExFileSelectBox - MS Windows style file select box.

Callers

nothing calls this directly

Calls 3

_dummyDirListClass · 0.85
_dummyFileComboBoxClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected