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 function returns the maximum width of the label in characters. The (setf gtk:label-max-width-chars) function sets the desired maximum width.
 

See also

2024-4-24