Phoenix Logo

phoenix_title wx.lib.mixins.imagelist.MagicImageList

Mix-in to provide “magic” growing image lists By Mike Fletcher


class_hierarchy Class Hierarchy

Inheritance diagram for class MagicImageList:


method_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  

api 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)