AwnOverlayProgressCircle

AwnOverlayProgressCircle — Circle Progress overlay for use with AwnIcon.

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <libawn/libawn.h>

                    AwnOverlayProgressCircle;
AwnOverlayProgressCircle * awn_overlay_progress_circle_new
                                                        (void);

Description

Circle Progress overlay used with AwnIcon.

Details

AwnOverlayProgressCircle

typedef struct {
  AwnOverlayProgress parent;
} AwnOverlayProgressCircle;

Circle Progress overlay used with AwnIcon.


awn_overlay_progress_circle_new ()

AwnOverlayProgressCircle * awn_overlay_progress_circle_new
                                                        (void);

Creates a new instance of AwnOverlayProgressCircle.

Returns :

an instance of AwnOverlayProgressCircle.

See Also

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