Package: gtk

Accessor gtk:layout-child-x

Lambda List

gtk:layout-child-x (container child)

Syntax

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

Arguments

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

Details

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

See also

2024-4-10