Package: gtk

Function gtk:fixed-child-position

Lambda List

gtk:fixed-child-position (fixed child)

Arguments

fixed -- a gtk:fixed widget
child -- a gtk:widget child widget of fixed

Return Value

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-3-25