Package: gtk

Function gtk-tool-palette-drop-group

Lambda List

gtk-tool-palette-drop-group (palette x y)

Arguments

palette -- a gtk-tool-palette widget
x -- an integer with the x position
y -- an integer with the y position

Return Value

The gtk-tool-item-group widget at position (x, y) or nil if there is no such group.

Details

Gets the group at position (x, y).
 

See also

*2021-3-14