Package Graphics.Pixmaps.Sets

This package contains the pixmap sets.

Class Pixmap_Set

This is the interface for the pixmap sets. A pixmap set contains one pixmap in different sizes.

Operations

public Graphics.Pixmaps.Pixmap Get_Pixmap ( Graphics.Area_Sizes.Area_Size Size );

Returns a pixmap matching the given size. The size of the returned pixmap might not have exactly the requested size.

public Graphics.Pixmaps.Pixmap Get_Pixmap ( Glib.Gfloat Size );

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.

public Graphics.Area_Sizes.Area_Size Get_Default_Size (void);

Returns the default size.

public Graphics.Pixmaps.Pixmap Get_Default_Pixmap (void);

Returns the default pixmap. This is the same as Get_Pixmap (pixset, Get_Default_Size (pixset)).