Go to the first, previous, next, last section, table of contents.


6.35 The label widget

6.35.1 Description

6.35.2 Options

User Option: str

6.35.3 Signals

6.35.4 Functions

Function: guint gtk_label_get_type (void)
Returns the GtkLabel type identifier.

Function: GtkWidget* gtk_label_new (GtkLabel *label, gchar *str)
Create a new GtkLabel object and initialize it with the text in str. The new widget is returned as a pointer to a GtkWidget object. NULL is returned on failure.

Function: void gtk_label_set (GtkLabel *label, gchar *str)
Set the GtkLabel label value to the value passed in the str argument.

Function: void gtk_label_get (GtkLabel *label, gchar **str)
Copies the current value in the GtkLabel label field to the variable passed in the str argument.

@gtkstdmacros{Label, LABEL}


Go to the first, previous, next, last section, table of contents.