Constructor
GtkLabelnew
Declaration [src]
GtkWidget*
gtk_label_new (
  const char* str
)
Description [src]
Creates a new label with the given text inside it.
You can pass NULL to get an empty label widget.
Parameters
| str | const char* | 
| The text of the label. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | 
Return value
| Returns: | GtkWidget | 
| The new  | |
| The data is owned by the called function. |