Method
__init__
(self, parent, ID, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0)
Source from the content-addressed store, hash-verified
| 19 | |
| 20 | class AutoListCtrlNoHighlight(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ListRowHighlighter): |
| 21 | def __init__(self, parent, ID, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0): |
| 22 | wx.ListCtrl.__init__(self, parent, ID, pos, size, style) |
| 23 | listmix.ListCtrlAutoWidthMixin.__init__(self) |
Callers
nothing calls this directly
Tested by
no test coverage detected