Method
GtkFixedget_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 |
|
The data is owned by the caller of the function. | |
x |
double* |
The horizontal position of the |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
y |
double* |
The vertical position of the |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |