Method: TkObject#tk_send_to_list
- Defined in:
- lib/tk.rb
#tk_send_to_list(cmd, *rest) ⇒ Object
private :tk_send, :tk_send_without_enc, :tk_send_with_enc
4948 4949 4950 |
# File 'lib/tk.rb', line 4948 def tk_send_to_list(cmd, *rest) tk_call_to_list(path, cmd, *rest) end |