![]() |
![]() |
![]() |
Awn Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <libawn/libawn.h>
AwnOverlayThrobber;
GtkWidget * awn_overlay_throbber_new (void
);
typedef struct _AwnOverlayThrobber AwnOverlayThrobber;
Throbber overlay used with AwnOverlaidIcon.
GtkWidget * awn_overlay_throbber_new (void
);
Creates a new instance of AwnOverlayThrobber.
Returns : |
an instance of AwnOverlayThrobber. |
"scale"
property"scale" gdouble : Read / Write / Construct
Determines the size of the AwnOverlayThrobber scaled against the dimensions of the AwnIcon. A scale of 0.5 would result in an overlay that covers 25% of the Icon.
Allowed values: [0.01,1]
Default value: 0.6
"timeout"
property"timeout" guint : Read / Write / Construct
The time in milliseconds between throbber updates.
Allowed values: [50,10000]
Default value: 100