Package: gtk

Function gtk-label-new

Lambda List

gtk-label-new (text)

Arguments

text -- a string with the text of the label

Return Value

The new gtk-label widget.

Details

Creates a new label with the given text inside it. You can pass nil to get an empty label widget.
 

See also

*2021-12-22