get_at_point


Description:

[ Version ( since = "3.28" ) ]
public unowned Widget? get_at_point (int x, int y)

Locates the widget at position x,y within widget.

x and y should be relative to this.

Parameters:

this

a MultiPaned

x

x coordinate

y

y coordinate

Returns:

a Widget or null