[][src]Function gtk_sys::gtk_icon_view_get_item_at_pos

pub unsafe extern "C" fn gtk_icon_view_get_item_at_pos(
    icon_view: *mut GtkIconView,
    x: c_int,
    y: c_int,
    path: *mut *mut GtkTreePath,
    cell: *mut *mut GtkCellRenderer
) -> gboolean