Package: gtk

Function gtk:flow-box-child-at-pos

Lambda List

gtk:flow-box-child-at-pos (flowbox x y)

Arguments

flowbox -- a gtk:flow-box widget
x -- an integer for the x coordinate of the child widget
y -- an integer for the y coordinate of the child widget

Return Value

The child widget that will always be a gtk:flow-box-child widget or nil in case no child widget exists for the given coordinates.

Details

Gets the child widget in the flow box at the given coordinates.
 

See also

#2025-07-12