Package: gtk

Function gtk:label-new

Lambda List

gtk:label-new (&optional text)

Arguments

text -- an optional string with the text of the label, or nil

Return Value

The new gtk:label widget.

Details

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

See also

2024-10-28