AwnLabel

AwnLabel

Synopsis

                    AwnLabel;
AwnLabel *          awn_label_new                       (void);

Description

Details

AwnLabel

typedef struct {
  GtkLabel parent;
} AwnLabel;

Widget derived from GtkLabel, which should be used to display text on the panel, as it provides various modes of drawing the text - with or without an outline, and is therefore easily readable on non-solid colored background.


awn_label_new ()

AwnLabel *          awn_label_new                       (void);

Creates new AwnLabel. Automatically applies user configured colors and style.

Returns :

An instance of AwnLabel.