def __init__(self, parent, ID=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.LC_ICON): wx.ListCtrl.__init__(self, parent, ID, pos, size, style) self.SetBackgroundColour(backgroundColour)