Label

constructor(str: String? = null)

Creates a new label with the given text inside it.

You can pass null to get an empty label widget.

Return

the new GtkLabel

Parameters

str

The text of the label


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)