AwnImage

AwnImage

Synopsis

                    AwnImagePrivate;
                    AwnImage;
AwnImage *          awn_image_new                       (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkMisc
                           +----GtkImage
                                 +----AwnImage

Implemented Interfaces

AwnImage implements AtkImplementorIface, GtkBuildable and AwnOverlayable.

Description

Details

AwnImagePrivate

typedef struct _AwnImagePrivate AwnImagePrivate;


AwnImage

typedef struct _AwnImage 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.