MCPcopy Create free account
hub / github.com/Eve-PySpy/PySpy / CheckListCtrl

Class CheckListCtrl

ignoredialog.py:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class CheckListCtrl(wx.ListCtrl, CheckListCtrlMixin, ListCtrlAutoWidthMixin):
25
26 def __init__(self, parent):
27 wx.ListCtrl.__init__(self, parent, wx.ID_ANY, style=wx.LC_REPORT |
28 wx.SUNKEN_BORDER)
29 CheckListCtrlMixin.__init__(self)
30 ListCtrlAutoWidthMixin.__init__(self)
31
32
33class IgnoreDialog(wx.Frame):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected