| Awn Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
AwnOverlayTextAwnOverlayText — Text overlay for use with AwnIcon. |
#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);
typedef struct {
AwnOverlay parent;
} AwnOverlayText;
Text overlay used with AwnIcon.
AwnOverlayText * awn_overlay_text_new (void);
Creates a new instance of AwnOverlayText.
Returns : |
an instance of AwnOverlayText. |
void awn_overlay_text_get_size (AwnOverlayText *overlay,GtkWidget *widget,gchar *text,gint size,gint *width,gint *height);