| 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.