AwnOverlayProgress

AwnOverlayProgress — Progress overlay for use with AwnIcon.

Stability Level

Unstable, unless otherwise indicated

Functions

Properties

gdouble percent-complete Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── AwnOverlay
            ╰── AwnOverlayProgress
                ╰── AwnOverlayProgressCircle

Includes

#include <libawn/libawn.h>

Description

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

Functions

awn_overlay_progress_new ()

AwnOverlayProgress *
awn_overlay_progress_new (void);

Creates a new instance of AwnOverlayProgress.

Returns

an instance of AwnOverlayProgress.

Types and Values

AwnOverlayProgress

typedef struct _AwnOverlayProgress AwnOverlayProgress;

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

Property Details

The “percent-complete” property

  “percent-complete”         gdouble

A property of type double. Set to the completion percentage for the overlay.

Flags: Read / Write / Construct

Allowed values: [0,100]

Default value: 0

See Also

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