Method
GtkToolPaletteget_drop_group
since: 2.20
Declaration [src]
GtkToolItemGroup*
gtk_tool_palette_get_drop_group (
GtkToolPalette* palette,
gint x,
gint y
)
Return value
Type: GtkToolItemGroup
The GtkToolItemGroup
at position
or NULL
if there is no such group.
The returned data is owned by the instance. |
The return value can be NULL . |