Label.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string str = null)

Creates a new label with the given text inside it.

You can pass null to get an empty label widget.

Parameters

strThe text of the label

Returns

the new [gtk.label.Label]