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

Accessor of the vexpand slot of the gtk:widget class. The gtk:widget-vexpand function gets whether the widget would like any available extra vertical space. The (setf gtk:widget-vexpand) function sets whether the widget would like any available extra vertical space.

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

See also

2025-2-13