Constructor

GtkEditableLabelnew

Declaration [src]

GtkWidget*
gtk_editable_label_new (
  const char* str
)

Description [src]

Creates a new GtkEditableLabel widget.

Parameters

str

Type: const char*

The text for the label.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GtkWidget

The new GtkEditableLabel

The data is owned by the called function.