Method

GtkNativeget_surface_transform

Declaration [src]

void
gtk_native_get_surface_transform (
  GtkNative* self,
  double* x,
  double* y
)

Description [src]

Retrieves the surface transform of self.

This is the translation from selfs surface coordinates into selfs widget coordinates.

Parameters

x

Type: double*

Return location for the x coordinate.

The argument will be set by the function.
y

Type: double*

Return location for the y coordinate.

The argument will be set by the function.