controls/CustomTree.py
changeset 1745 f9d32913bad4
parent 1736 7e61baa047f0
child 1749 d73b64672238
equal deleted inserted replaced
1744:69dfdb26f600 1745:f9d32913bad4
    51 
    51 
    52     def __init__(self, *args, **kwargs):
    52     def __init__(self, *args, **kwargs):
    53         CT.CustomTreeCtrl.__init__(self, *args, **kwargs)
    53         CT.CustomTreeCtrl.__init__(self, *args, **kwargs)
    54 
    54 
    55         self.BackgroundBitmap = None
    55         self.BackgroundBitmap = None
    56         self.BackgroundAlign = wx.ALIGN_LEFT|wx.ALIGN_TOP
    56         self.BackgroundAlign = wx.ALIGN_LEFT | wx.ALIGN_TOP
    57 
    57 
    58         self.AddMenu = None
    58         self.AddMenu = None
    59         self.Enabled = False
    59         self.Enabled = False
    60 
    60 
    61         self.Bind(wx.EVT_SCROLLWIN, self.OnScroll)
    61         self.Bind(wx.EVT_SCROLLWIN, self.OnScroll)