AwnImage

AwnImage

Synopsis

                    AwnImagePrivate;
                    AwnImage;
AwnImage *          awn_image_new                       (void);

Description

Details

AwnImagePrivate

typedef struct _AwnImagePrivate AwnImagePrivate;


AwnImage

typedef struct {
  GtkImage parent;

  AwnImagePrivate *priv;
} AwnImage;

Widget derived from GtkImage, implementing AwnOverlayable, so it can be used with overlays, animations and other eye-candy (using AwnEffects).


awn_image_new ()

AwnImage *          awn_image_new                       (void);

Creates new instance of AwnImage.

Returns :

An instance of AwnImage.