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 gets or sets whether the widget would like any available extra vertical space.

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

See also

2026-08-30