View | Details | Raw Unified
Collapse All | Expand All

(-) ./gtk/src/rbgtkiconview.c (+2 lines)
 Lines 54-59    Link Here 
static VALUE
static VALUE
iview_get_path_at_pos(self, x, y)
iview_get_path_at_pos(self, x, y)
    VALUE self;
    VALUE self;
    VALUE x;
    VALUE y;
{
{
    GtkTreePath* path = gtk_icon_view_get_path_at_pos(_SELF(self),
    GtkTreePath* path = gtk_icon_view_get_path_at_pos(_SELF(self),
                                                      NUM2INT(x), NUM2INT(y));
                                                      NUM2INT(x), NUM2INT(y));