Package: gtk

Accessor gtk:widget-vexpand

Lambda List

gtk:widget-vexpand (object)

Syntax

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

Arguments

object -- a gtk:widget object
setting -- a boolean whether to expand vertically

Details

The accessor for the vexpand slot of the gtk:widget class gets or sets whether the widget would like any available extra vertical space.

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

See also

2025-09-26