Definition at line 24 of file tree.py.
◆ __init__()
def tree.TreeCtrlPanel.__init__ |
( |
|
self, |
|
|
|
parent |
|
) |
| |
Definition at line 25 of file tree.py.
27 wx.Panel.__init__(self, parent, -1, style=wx.WANTS_CHARS)
28 self.Bind(wx.EVT_SIZE, self.OnSize)
30 self.tree = MyTreeCtrl(self, tID, wx.DefaultPosition, wx.DefaultSize,
39 il = wx.ImageList(isz[0], isz[1])
40 self.fldridx = il.Add(wx.ArtProvider_GetBitmap(wx.ART_FOLDER, wx.ART_OTHER, isz))
41 self.fldropenidx = il.Add(wx.ArtProvider_GetBitmap(wx.ART_FILE_OPEN, wx.ART_OTHER, isz))
42 self.fileidx = il.Add(wx.ArtProvider_GetBitmap(wx.ART_NORMAL_FILE, wx.ART_OTHER, isz))
45 self.tree.SetImageList(il)
◆ fileidx
tree.TreeCtrlPanel.fileidx |
◆ fldridx
tree.TreeCtrlPanel.fldridx |
◆ fldropenidx
tree.TreeCtrlPanel.fldropenidx |
◆ il
◆ tree
The documentation for this class was generated from the following file:
- /home/eleclhcb/LHCb/lbcat-cmake/CatPython/python/tree.py