Package: gtk

Function gtk:fixed-child-position

Lambda List

gtk:fixed-child-position (fixed child)

Syntax

(gtk:fixed-child-position fixed child) => x, y

Arguments

fixed -- a gtk:fixed widget
child -- a gtk:widget child widget of fixed
x -- a double float for the horizontal position of widget
y -- a double float for the vertical position of widget

Details

Retrieves the translation transformation of the given child widget in the fixed container. See also the gtk:fixed-child-transform function.
 

See also

2025-07-12