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:widget 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 gtk:tool-item-group-child-position function gets the position of item in the list of children of container, or -1 if item is no child of container. The (setf gtk:tool-item-group-child-position) function sets the position, starting with 0, the position -1 means end of list.
 

See also

#2023-2-27