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 slot access function retrieves the desired width of the label, in characters. The (setf gtk-label-width-chars) slot access function sets the desired width in characters of the label to n-chars.
 

See also

2021-10-31