Class: TkObject (Ruby 2.3.4)

In Files

  • tk/tkutil/tkutil.c

Parent

Methods

Class/Module Index [+]

Quicksearch

TkObject

Public Instance Methods

path()

/

 
               static VALUE
tkobj_path(self)
    VALUE self;
{
    return rb_ivar_get(self, ID_at_path);
}