![]() |
![]() |
![]() |
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. |
"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: ""
"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.3
Allowed values: [0,1]
Default value: 0.3