Fixed.getChildPosition

Retrieves the translation transformation of the given child GtkWidget in the GtkFixed.

See also: [method@Gtk.Fixed.get_child_transform].

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

Parameters

widget Widget

a child of @fixed

x double

the horizontal position of the @widget

y double

the vertical position of the @widget

Meta