Label.this

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

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