AwnOverlayText

AwnOverlayText — Text overlay for use with AwnIcon.

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <libawn/libawn.h>

                    AwnOverlayText;
AwnOverlayText *    awn_overlay_text_new                (void);
void                awn_overlay_text_get_size           (AwnOverlayText *overlay,
                                                         GtkWidget *widget,
                                                         gchar *text,
                                                         gint size,
                                                         gint *width,
                                                         gint *height);

Description

Text overlay used with AwnIcon.

Details

AwnOverlayText

typedef struct {
  AwnOverlay parent;
} AwnOverlayText;

Text overlay used with AwnIcon.


awn_overlay_text_new ()

AwnOverlayText *    awn_overlay_text_new                (void);

Creates a new instance of AwnOverlayText.

Returns :

an instance of AwnOverlayText.

awn_overlay_text_get_size ()

void                awn_overlay_text_get_size           (AwnOverlayText *overlay,
                                                         GtkWidget *widget,
                                                         gchar *text,
                                                         gint size,
                                                         gint *width,
                                                         gint *height);

See Also

AwnEffects, AwnOverlay, AwnOverlayThemedIcon, AwnOverlayThrobber, AwnOverlayPixbuf, AwnOverlayPixbufFile, AwnIcon