| Awn Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
AwnOverlayThemedIconAwnOverlayThemedIcon — Themed Icon overlay for use with AwnThemedIcon. |
#include <libawn/libawn.h>
AwnOverlayThemedIcon;
AwnOverlayThemedIcon* awn_overlay_themed_icon_new (const gchar *icon_name);
"alpha" gdouble : Read / Write / Construct "icon-name" gchar* : Read / Write / Construct "scale" gdouble : Read / Write / Construct
typedef struct _AwnOverlayThemedIcon AwnOverlayThemedIcon;
Themed Icon overlay used with an AwnThemedIcon.
AwnOverlayThemedIcon* awn_overlay_themed_icon_new (const gchar *icon_name);
|
A themed icon icon name. |
Returns : |
"alpha" property "alpha" gdouble : Read / Write / Construct
The alpha value to apply to the icon overlay. Range 0.0...1.0. Defaults to 0.9
Allowed values: [0,1]
Default value: 0.9
"icon-name" property "icon-name" gchar* : Read / Write / Construct
The themed icon name of the icon to be overlayed.
Default value: ""