def __init__(self, parent, id, bmpsize=(24,24), size=(180,1)):
wx.ListCtrl.__init__(self, parent, id, style=wx.LC_REPORT|wx.LC_NO_HEADER|wx.LC_HRULES|wx.SUNKEN_BORDER|wx.LC_SINGLE_SEL, size=(180,1))
ListCtrlAutoWidthMixin.__init__(self)
bmpchk = getpipelineok24Bitmap()
bmpunchk = getpipelineignore24Bitmap()
CheckListCtrlMixin.__init__(self,check_image=bmpchk,uncheck_image=bmpunchk, imgsz=bmpsize)
评论列表
文章目录