Package: gtk

Accessor gtk:fixed-child-x

Lambda List

gtk:fixed-child-x (container child)

Syntax

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

Arguments

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

Details

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

See also

2023-3-17