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