Package: gtk

Accessor gtk:widget-vexpand-set

Lambda List

gtk:widget-vexpand-set (object)

Syntax

(gtk:widget-vexpand-set object) => setting
(setf (gtk:widget-vexpand-set object) setting)

Arguments

object -- a gtk:widget object
setting -- a boolean whether to use the vexpand property

Details

The accessor for the vexpand-set slot of the gtk:widget class gets or sets whether to use the vexpand property.

See the gtk:widget-hexpand-set function for more details.
 

See also

2025-09-26