Package: gtk

Function gtk-tool-item-homogeneous

Lambda List

gtk-tool-item-homogeneous (item)

Syntax

(gtk-tool-item-homogeneous tool-item) => homogeneous
(setf (gtk-tool-item-homogeneous tool-item) homogeneous)

Arguments

item -- a gtk-tool-item widget
homogeneous -- a boolean whether item is the same size as other homogeneous items

Details

Accessor of the homogeneous property of the tool item.

The gtk-tool-item-homogeneous function returns whether item is the same size as other homogeneous items. The (setf gtk-tool-item-homogeneous) function sets whether item is to be allocated the same size as other homogeneous items.

The effect is that all homogeneous items will have the same width as the widest of the items.
 

See also

2021-10-31