AwnOverlayThemedIcon

AwnOverlayThemedIcon — Themed Icon overlay for use with AwnThemedIcon.

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <libawn/libawn.h>

                    AwnOverlayThemedIcon;
AwnOverlayThemedIcon * awn_overlay_themed_icon_new      (const gchar *icon_name);

Description

Themed Icon overlay used with an AwnThemedIcon.

Details

AwnOverlayThemedIcon

typedef struct {
  AwnOverlay parent;
} AwnOverlayThemedIcon;

Themed Icon overlay used with an AwnThemedIcon.


awn_overlay_themed_icon_new ()

AwnOverlayThemedIcon * awn_overlay_themed_icon_new      (const gchar *icon_name);

icon_name :

A themed icon icon name.

See Also

AwnEffects, AwnOverlay, AwnOverlayPixbuf, AwnOverlayPixbufFile, AwnOverlayThrobber, AwnOverlayText, AwnThemedIcon.