Top | ![]() |
![]() |
![]() |
![]() |
#define | AWN_OVERLAYABLE_GET_INTERFACE() |
AwnEffects * | awn_overlayable_get_effects () |
void | awn_overlayable_add_overlay () |
void | awn_overlayable_remove_overlay () |
GList * | awn_overlayable_get_overlays () |
AwnOverlayable is implemented by AwnAppletSimple, AwnIcon, AwnImage and AwnThemedIcon.
void awn_overlayable_add_overlay (AwnOverlayable *self
,AwnOverlay *overlay
);
Adds an overlay to the list of rendered overlays.
void awn_overlayable_remove_overlay (AwnOverlayable *self
,AwnOverlay *overlay
);
Removes overlay from the list of rendered overlays.
self |
AwnOverlayable instance. |
|
overlay |
AwnOverlay which was previously added using awn_overlayable_add_overlay. |