 
       wx.lib.mixins.imagelist.MagicImageList¶
  wx.lib.mixins.imagelist.MagicImageList¶Mix-in to provide “magic” growing image lists By Mike Fletcher
 Methods Summary¶
 Methods Summary¶| AddIcon | Add an icon to the image list, or get the index if already there | 
| GetIcon | Get the actual icon object for a node | 
| GetIcons | Get icon indexes for a given node, or None if no associated icon | 
| SetupIcons | 
 Class API¶
 Class API¶MagicImageList¶Mix-in to provide “magic” growing image lists By Mike Fletcher
AddIcon(self, icon, mask = wx.NullBitmap)¶Add an icon to the image list, or get the index if already there
GetIcon(self, node)¶Get the actual icon object for a node
GetIcons(self, node)¶Get icon indexes for a given node, or None if no associated icon
SetupIcons(self, images=(), size=None)¶