Package: gtk

Accessor gtk:label-width-chars

Lambda List

gtk:label-width-chars (object)

Syntax

(gtk:label-width-chars object) => chars
(setf (gtk:label-width-chars object) chars)

Arguments

object -- a gtk:label widget
chars -- an integer for the new desired width, in characters

Details

The accessor for the width-chars slot of the gtk:label class gets or sets the desired width of the label, in characters.
 

See also

2025-08-28