Package: gtk

Accessor gtk:layout-child-y

Lambda List

gtk:layout-child-y (container child)

Syntax

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

Arguments

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

Details

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

See also

2024-4-10