AwnOverlayPixbufFile

AwnOverlayPixbufFile — An subclass of AwnOverlayPixbuf to overlay a GdkPixbuf loaded from a Filename.

Stability Level

Unstable, unless otherwise indicated

Functions

Properties

gchar * file-name Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── AwnOverlay
            ╰── AwnOverlayPixbuf
                ╰── AwnOverlayPixbufFile

Includes

#include <libawn/libawn.h>

Description

Overlay a GdkPixbuf, loaded using the filename provided, on an AwnOverlaidIcon. You probably should _NOT_ be using this object. You should, probably, be using AwnOverlayThemedIcon.

Functions

awn_overlay_pixbuf_file_new ()

AwnOverlayPixbufFile *
awn_overlay_pixbuf_file_new (gchar *file_name);

Returns

Types and Values

AwnOverlayPixbufFile

typedef struct _AwnOverlayPixbufFile AwnOverlayPixbufFile;

Overlay a GdkPixbuf, loaded using the filename provided, on an AwnOverlaidIcon. You probably should _NOT_ be using this object. You should, probably, be using AwnOverlayThemedIcon.

Property Details

The “file-name” property

  “file-name”                gchar *

File Name.

Flags: Read / Write / Construct

Default value: ""

See Also

AwnOverlay, AwnOverlayText, AwnOverlayThemedIcon, AwnOverlayThrobber, AwnOverlayPixbuf, AwnEffects