Simple implementations of the pixmap set
extends Graphics.Pixmaps.Sets.Pixmap_Set
This is a simple pixmap set which contains three sizes: tiny (50%), small (75%), normal (100%). The sizes are not garanteed but it is recommended to use them. The normal pixmap is regarded as the default pixmap.
private Graphics.Pixmaps.Pixmap Tiny_Pixmap |
the tiny pixmap
private Graphics.Pixmaps.Pixmap Small_Pixmap |
the small pixmap
private Graphics.Pixmaps.Pixmap Normal_Pixmap |
the normal pixmap
Loads the pixmaps. For the tiny version, "TINY" is inserted between the given prefix and suffix. For the small version "SMALL" and for the normal version "NORMAL".
Returns a pixmap matching the given size. The size of the returned pixmap might not have exactly the requested size. [This description is adopted from 'Graphics.Pixmaps.Sets.Pixmap_Set'.]
Returns a pixmap matching the given size. 1.0 is the default size. The size of the returned pixmap might not have exactly the requested size. [This description is adopted from 'Graphics.Pixmaps.Sets.Pixmap_Set'.]
Returns the default size. [This description is adopted from 'Graphics.Pixmaps.Sets.Pixmap_Set'.]
Returns the default pixmap. This is the same as Get_Pixmap (pixset, Get_Default_Size (pixset)). [This description is adopted from 'Graphics.Pixmaps.Sets.Pixmap_Set'.]