Package: gtk

Function gtk:tool-palette-drop-item

Lambda List

gtk:tool-palette-drop-item (palette x y)

Arguments

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

Return Value

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

Details

Gets the item at position (x,y). See also the gtk:tool-palette-drop-group function.
 

See also

#2025-1-25