Method
GtkIconViewget_dest_item_at_pos
since: 2.8
Declaration [src]
gboolean
gtk_icon_view_get_dest_item_at_pos (
GtkIconView* icon_view,
gint drag_x,
gint drag_y,
GtkTreePath** path,
GtkIconViewDropPosition* pos
)
Parameters
drag_x-
Type:
gintThe position to determine the destination item for.
drag_y-
Type:
gintThe position to determine the destination item for.
path-
Type:
GtkTreePathReturn location for the path of the item, or
NULL.The argument will be set by the function. The argument can be NULL.The caller of the method takes ownership of the returned data, and is responsible for freeing it. pos-
Type:
GtkIconViewDropPositionReturn location for the drop position, or
NULL.The argument will be set by the function. The argument can be NULL.The caller of the method takes ownership of the returned data, and is responsible for freeing it.