Classes
Icon | An object object representing an icon. |
IconImage | An object representing an image in an icon. |
Bases: atom.atom.Atom
An object object representing an icon.
Once an image is created it should be treated as read only. User code should create a new icon object if the parameters need to be changed.
The list of icon images which compose this icon.
Bases: atom.atom.Atom
An object representing an image in an icon.
Instances of this class are used to populate the ‘images’ list of an ‘Icon’ instance. Instances of this class should be treated as read only once they are created.
The widget mode for which this icon should apply.
The widget state for which this icon should apply.
The image to use for this icon image.