wx.lib.mixins.imagelist.MagicImageList¶
Mix-in to provide “magic” growing image lists By Mike Fletcher
Class Hierarchy¶
Methods Summary¶
Add an icon to the image list, or get the index if already there |
|
Get the actual icon object for a node |
|
Get icon indexes for a given node, or None if no associated icon |
|
Class API¶
- class MagicImageList¶
Mix-in to provide “magic” growing image lists By Mike Fletcher
Methods¶
- 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)¶