AwnOverlayProgress

AwnOverlayProgress — Progress overlay for use with AwnIcon.

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <libawn/libawn.h>

                    AwnOverlayProgress;
AwnOverlayProgress * awn_overlay_progress_new           (void);

Description

Progress overlay used with AwnIcon. This is an abstract type.

Details

AwnOverlayProgress

typedef struct {
  AwnOverlay parent;
} AwnOverlayProgress;

Progress overlay used with AwnIcon. This is an abstract type.


awn_overlay_progress_new ()

AwnOverlayProgress * awn_overlay_progress_new           (void);

Creates a new instance of AwnOverlayProgress.

Returns :

an instance of AwnOverlayProgress.

See Also

AwnEffects, AwnOverlay, AwnOverlayThemedIcon, AwnOverlayThrobber, AwnOverlayPixbuf, AwnOverlayPixbufFile, AwnIcon