Package: gtk

Accessor gtk-tool-item-group-child-position

Lambda List

gtk-tool-item-group-child-position (container child)

Syntax

(gtk-tool-item-group-child-position container child) => position
(setf (gtk-tool-item-group-child-position container child) position)

Arguments

container -- a gtk-tool-item-group widget
child -- a gtk-tool-item child object
position -- an integer with the position of the item within the group

Details

Accessor of the position child property of the gtk-tool-item-group class.

The function gtk-tool-item-group-child-position gets the position of item in the list of children of container, or -1 if item is no child of container. The function gtk-tool-item-group-child-position sets the position, starting with 0, the position -1 means end of list.
 

See also

*2021-3-14