static VALUE
iview_get_path_at_pos(self, x, y)
VALUE self;
VALUE x;
VALUE y;
{
GtkTreePath* path = gtk_icon_view_get_path_at_pos(_SELF(self),
NUM2INT(x), NUM2INT(y));