AwnOverlayPixbuf

AwnOverlayPixbuf — An AwnOverlay subclass to overlay a GdkPixbuf

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <libawn/libawn.h>

                    AwnOverlayPixbuf;
AwnOverlayPixbuf *  awn_overlay_pixbuf_new              (void);
AwnOverlayPixbuf *  awn_overlay_pixbuf_new_with_pixbuf  (GdkPixbuf *pixbuf);

Description

Overlay a GdkPixbuf on an AwnOverlaidIcon. You probably should _NOT_ be using this object. You almost certainly should be using AwnOverlayThemedIcon or failing that AwnOverlayPixbufFile. Unecessary use of this object is grounds to be pilloried.

Details

AwnOverlayPixbuf

typedef struct {
  AwnOverlay parent;
} AwnOverlayPixbuf;

Overlay a GdkPixbuf on an AwnOverlaidIcon. You probably should _NOT_ be using this object. You almost certainly should be using AwnOverlayThemedIcon or failing that AwnOverlayPixbufFile. Unecessary use of this object is grounds to be pilloried.


awn_overlay_pixbuf_new ()

AwnOverlayPixbuf *  awn_overlay_pixbuf_new              (void);

Creates a new instance of AwnOverlayPixbuf.

Returns :

an instance of AwnOverlayPixbuf.

awn_overlay_pixbuf_new_with_pixbuf ()

AwnOverlayPixbuf *  awn_overlay_pixbuf_new_with_pixbuf  (GdkPixbuf *pixbuf);

See Also

AwnOverlay, AwnOverlayText, AwnOverlayThemedIcon, AwnOverlaidIcon