Package: gtk

Accessor gtk-size-group-mode

Lambda List

gtk-size-group-mode (object)

Syntax

(gtk-size-group-mode object) => mode
(setf (gtk-size-group-mode object) mode)

Arguments

size-group -- a gtk-size-group object
mode -- a gtk-size-group-mode value to set for the size group

Details

Accessor of the mode slot of the gtk-size-group class.

The slot access function gtk-size-group-mode gets the current mode of the size group. The slot access function (setf gtk-size-group-mode) sets the mode of the size group.

The mode of the size group determines whether the widgets in the size group should all have the same horizontal requisition, :horizontal, all have the same vertical requisition, :vertical, or should all have the same requisition in both directions, :both.
 

See also

2020-6-3