Class: TkCallbackEntry

Inherits:
TkKernel show all
Defined in:
tkutil/tkutil.c

Class Method Summary collapse

Methods inherited from TkKernel

new

Class Method Details

.inspectObject

***********************************



# File 'tkutil/tkutil.c'

static VALUE
tk_cbe_inspect(self)
    VALUE self;
{
    return rb_str_new2("TkCallbackEntry");
}