Package: gtk

Accessor gtk-label-max-width-chars

Lambda List

gtk-label-max-width-chars (object)

Syntax

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

Arguments

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

Details

Accessor of the max-width-chars slot of the gtk-label class.

The gtk-label-max-width-chars slot access function returns the maximum width of the label in characters. The (setf gtk-label-max-width-chars) slot access function sets the desired maximum width in characters of the label to n-chars.
 

See also

2021-10-31