Package: gtk

Accessor gtk:widget-expand

Lambda List

gtk:widget-expand (object)

Syntax

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

Arguments

object -- a gtk:widget object
setting -- a boolean whether to expand in both directions

Details

Accessor of the expand slot of the gtk:widget class. Whether to expand the widget in both directions. Setting the expand property sets both the hexpand and vexpand properties.
 

See also

2025-1-25