Window.connectPickEmbeddedChild

Connect to PickEmbeddedChild signal.

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

class Window
gulong
connectPickEmbeddedChild
(
T
)
(,
Flag!"After" after = No.After
)
if (
isCallable!T &&
is(ReturnType!T : gdk.window.Window)
&&
(
Parameters!T.length < 1 ||
(
ParameterStorageClassTuple!T[0] == ParameterStorageClass.none &&
is(Parameters!T[0] == double)
)
)
&&
(
Parameters!T.length < 2 ||
(
ParameterStorageClassTuple!T[1] == ParameterStorageClass.none &&
is(Parameters!T[1] == double)
)
)
&&
(
Parameters!T.length < 3 ||
(
ParameterStorageClassTuple!T[2] == ParameterStorageClass.none &&
is(Parameters!T[2] : gdk.window.Window)
)
)
&&
Parameters!T.length < 4
)

Parameters

callback T

signal callback delegate or function to connect

gdk.window.Window callback(double x, double y, gdk.window.Window window)

x x coordinate in the window (optional)

y y coordinate in the window (optional)

window the instance the signal is connected to (optional)

Returns the #GdkWindow of the embedded child at x, y, or null

after Flag!"After"

Yes.After to execute callback after default handler, No.After to execute before (default)

Return Value

Type: gulong

Signal ID