Module: Tk::CoreExtensions::Proc

Defined in:
lib/ffi-tk/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_tclObject



76
77
78
79
# File 'lib/ffi-tk/core_extensions.rb', line 76

def to_tcl
  @id, @command = Tk.register_proc(self)
  @command.to_tcl
end