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);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----AwnOverlay
               +----AwnOverlayProgress
                     +----AwnOverlayProgressCircle

Properties

  "background-color"         DesktopAgnosticColor*  : Read / Write / Construct
  "foreground-color"         DesktopAgnosticColor*  : Read / Write / Construct
  "outline-color"            DesktopAgnosticColor*  : Read / Write / Construct
  "scale"                    gdouble               : Read / Write / Construct

Description

Circle Progress overlay used with AwnIcon.

Details

AwnOverlayProgressCircle

typedef struct _AwnOverlayProgressCircle 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.

Property Details

The "background-color" property

  "background-color"         DesktopAgnosticColor*  : Read / Write / Construct

Overlay background color of type DesktopAgnosticColor.


The "foreground-color" property

  "foreground-color"         DesktopAgnosticColor*  : Read / Write / Construct

Overlay foregroundground color of type DesktopAgnosticColor.


The "outline-color" property

  "outline-color"            DesktopAgnosticColor*  : Read / Write / Construct

Overlay outline color of type DesktopAgnosticColor.


The "scale" property

  "scale"                    gdouble               : Read / Write / Construct

The desired size of the overlay scaled to the Icon. Range 0.0...1.0. Default value of 0.9

Allowed values: [0,1]

Default value: 0.9

See Also

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