[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public Label (string? str)
Creates a new label with the given text inside it.
You can pass null to get an empty label widget.
str |
The text of the label |
the new Label |