Fixed.getChildPosition

void getChildPosition(gtk.widget.Widget widget, out double x, out double y)

Retrieves the translation transformation of the given child gtk.widget.Widget in the gtk.fixed.Fixed.

See also: gtk.fixed.Fixed.getChildTransform.

Parameters

widgeta child of fixed
xthe horizontal position of the widget
ythe vertical position of the widget