Fixed.getChildPosition

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

See also: gtk.fixed.Fixed.getChildTransform.

class Fixed
void
getChildPosition
(,
out double x
,
out double y
)

Parameters

widget gtk.widget.Widget

a child of fixed

x double

the horizontal position of the widget

y double

the vertical position of the widget