Mix-in to provide “magic” growing image lists By Mike Fletcher
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 |
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)¶