Package: gtk

Accessor gtk:label-width-chars

Lambda List

gtk:label-width-chars (object)

Syntax

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

Arguments

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

Details

Accessor of the width-chars slot of the gtk:label class. The gtk:label-width-chars function retrieves the desired width of the label, in characters. The (setf gtk:label-width-chars) function sets the desired width.
 

See also

2024-4-24