controls/CustomTree.py
changeset 1177 4cbbc58b91b4
parent 1165 99972084890d
child 1188 63afb5833bd8
equal deleted inserted replaced
1176:f4b434672204 1177:4cbbc58b91b4
    37 
    37 
    38 class CustomTree(CT.CustomTreeCtrl):
    38 class CustomTree(CT.CustomTreeCtrl):
    39     
    39     
    40     def __init__(self, *args, **kwargs):
    40     def __init__(self, *args, **kwargs):
    41         CT.CustomTreeCtrl.__init__(self, *args, **kwargs)
    41         CT.CustomTreeCtrl.__init__(self, *args, **kwargs)
    42         #self.SetBackgroundStyle(wx.BG_STYLE_CUSTOM)
       
    43         
    42         
    44         self.BackgroundBitmap = None
    43         self.BackgroundBitmap = None
    45         self.BackgroundAlign = wx.ALIGN_LEFT|wx.ALIGN_TOP
    44         self.BackgroundAlign = wx.ALIGN_LEFT|wx.ALIGN_TOP
    46         
    45         
    47         self.AddMenu = None
    46         self.AddMenu = None