Module: Tk::CoreExtensions::Proc

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

Instance Method Summary collapse

Instance Method Details

#to_tclObject



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

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