Constructor
Gtk.EditableLabel.new
Declaration [src]
GtkWidget*
gtk_editable_label_new (
  const char* str
)
Parameters
| str | const char* | 
| the text for the label | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | 
Return value
| Returns: GtkWidget | |
| the new  | |
| Ownership is not transferred to the caller | |