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
widget | a child of fixed |
x | the horizontal position of the widget |
y | the vertical position of the widget |