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 slot access function gets whether the widget would like any available extra vertical space. The (setf gtk-widget-vexpand) slot access function sets whether the widget would like any available extra vertical space.

See the gtk-widget-hexpand function for more detail.
 

See also

2021-9-15