Signal

GdkWindow::pick-embedded-child

since: 2.18

Declaration

GdkWindow*
pick_embedded_child (
  GdkWindow* self,
  gdouble x,
  gdouble y,
  gpointer user_data
)

Description [src]

The ::pick-embedded-child signal is emitted to find an embedded child at the given position.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 2.18

Parameters

x

Type: gdouble

X coordinate in the window.

y

Type: gdouble

Y coordinate in the window.

Return value

Type: GdkWindow

The GdkWindow of the embedded child at x, y, or NULL.

The data is owned by the called function.
The return value can be NULL.