![]() |
![]() |
![]() |
Awn Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
AwnOverlayProgressCircleAwnOverlayProgressCircle — Circle Progress overlay for use with AwnIcon. |
#include <libawn/libawn.h>
AwnOverlayProgressCircle;
AwnOverlayProgressCircle* awn_overlay_progress_circle_new
(void
);
GObject +----GInitiallyUnowned +----AwnOverlay +----AwnOverlayProgress +----AwnOverlayProgressCircle
"background-color" DesktopAgnosticColor* : Read / Write / Construct "foreground-color" DesktopAgnosticColor* : Read / Write / Construct "outline-color" DesktopAgnosticColor* : Read / Write / Construct "scale" gdouble : Read / Write / Construct
typedef struct _AwnOverlayProgressCircle AwnOverlayProgressCircle;
Circle Progress overlay used with AwnIcon.
AwnOverlayProgressCircle* awn_overlay_progress_circle_new
(void
);
Creates a new instance of AwnOverlayProgressCircle.
Returns : |
an instance of AwnOverlayProgressCircle. |
"background-color"
property "background-color" DesktopAgnosticColor* : Read / Write / Construct
Overlay background color of type DesktopAgnosticColor.
"foreground-color"
property "foreground-color" DesktopAgnosticColor* : Read / Write / Construct
Overlay foregroundground color of type DesktopAgnosticColor.
"outline-color"
property "outline-color" DesktopAgnosticColor* : Read / Write / Construct
Overlay outline color of type DesktopAgnosticColor.
"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