Package: gtk

Accessor gtk:fixed-child-y

Lambda List

gtk:fixed-child-y (container child)

Syntax

(gtk:fixed-child-y container child) => y
(setf (gtk:fixed-child-y container child) y)

Arguments

container -- a gtk:fixed widget
child -- a gtk:widget object
y -- an integer with the y position of the child

Details

Accessor of the y child property of the gtk:fixed class. The y position of the child widget in the fixed widget.
 

See also

2023-3-17