X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=Liste.py;h=41b5ee8288265f42e629f11a5f66b870142c915f;hp=1b283f6a785fbb454975d733559c3c35022d9126;hb=9d5358d31d7438dfa92c9112adb2ae471ad95aae;hpb=a503f041dc4947ee21c1d353ddd05ddb13a5e322 diff --git a/Liste.py b/Liste.py index 1b283f6..41b5ee8 100644 --- a/Liste.py +++ b/Liste.py @@ -116,13 +116,6 @@ class ListPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ColumnSorte else : return self.attr2 -# def do_greyline(self): -# for row in xrange(self.GetItemCount()): -# if row % 2 : -# self.SetItemBackgroundColour(row, (230, 230, 230)) -# else : -# self.SetItemBackgroundColour(row, wx.WHITE) - def OnColClick(self, event): pass #self.do_greyline()