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

Method __init__

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

Source from the content-addressed store, hash-verified

794 filelist ScrolledListBox"""
795
796 def __init__(self, master, cnf={}, **kw):
797 TixWidget.__init__(self, master, 'tixFileSelectBox', ['options'], cnf, kw)
798 self.subwidget_list['dirlist'] = _dummyScrolledListBox(self, 'dirlist')
799 self.subwidget_list['filelist'] = _dummyScrolledListBox(self, 'filelist')
800 self.subwidget_list['filter'] = _dummyComboBox(self, 'filter')
801 self.subwidget_list['selection'] = _dummyComboBox(self, 'selection')
802
803 def apply_filter(self): # name of subwidget is same as command
804 self.tk.call(self._w, 'filter')

Callers

nothing calls this directly

Calls 3

_dummyComboBoxClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected