module Tk::CoreExtensions::Proc
Public Instance Methods
to_tcl()
click to toggle source
# File lib/ffi-tk/core_extensions.rb, line 77 def to_tcl @id, @command = Tk.register_proc(self) @command.to_tcl end
# File lib/ffi-tk/core_extensions.rb, line 77 def to_tcl @id, @command = Tk.register_proc(self) @command.to_tcl end