AwnOverlayProgressCircle

AwnOverlayProgressCircle

Synopsis

                    AwnOverlayProgressCircle;
                    AwnOverlayProgressCircleClass;
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

Details

AwnOverlayProgressCircle

typedef struct _AwnOverlayProgressCircle AwnOverlayProgressCircle;


AwnOverlayProgressCircleClass

typedef struct {
    AwnOverlayProgressClass parent_class;
} AwnOverlayProgressCircleClass;


awn_overlay_progress_circle_new ()

AwnOverlayProgressCircle * awn_overlay_progress_circle_new
                                                        (void);

Property Details

The "background-color" property

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

Background Color.


The "foreground-color" property

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

Foreground Color.


The "outline-color" property

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

Outline Color.


The "scale" property

  "scale"                    gdouble               : Read / Write / Construct

Scale.

Allowed values: [0,1]

Default value: 0.9