GntLabel
GntLabel — A widget that displays text
Functions
gnt_label_get_gtype ()
GType
gnt_label_get_gtype (void
);
Returns
GType for GntLabel.
gnt_label_new ()
GntWidget *
gnt_label_new (const char *text
);
Create a new GntLabel.
Returns
The newly created label.
gnt_label_new_with_format ()
GntWidget *
gnt_label_new_with_format (const char *text
,
GntTextFormatFlags flags
);
Create a new label with specified text attributes.
Returns
The newly created label.
gnt_label_set_text ()
void
gnt_label_set_text (GntLabel *label
,
const char *text
);
Change the text of a label.
Types and Values
struct GntLabel
struct GntLabel {
GntWidget parent;
char *GNTSEAL(text);
GntTextFormatFlags GNTSEAL(flags);
};
Access to any fields is deprecated. See inline comments for replacements.