Method
Gtk.Fixed.get_child_position
Declaration [src]
void
gtk_fixed_get_child_position (
GtkFixed* fixed,
GtkWidget* widget,
double* x,
double* y
)
Description [src]
Retrieves the translation transformation of the
given child GtkWidget
in the GtkFixed
.
See also: gtk_fixed_get_child_transform()
.
Parameters
widget |
GtkWidget |
a child of |
|
Ownership is not transferred to the callee | |
x |
double* |
the horizontal position of the |
|
Direction: out | |
Ownership of the data is transferred to the callee | |
y |
double* |
the vertical position of the |
|
Direction: out | |
Ownership of the data is transferred to the callee |