Method: Tk::Tile::TPaned#insert

Defined in:
lib/tkextlib/tile/tpaned.rb

#insert(pos, win, keys) ⇒ Object



60
61
62
63
64
# File 'lib/tkextlib/tile/tpaned.rb', line 60

def insert(pos, win, keys)
  win = _epath(win)
  tk_send_without_enc('insert', pos, win, *hash_kv(keys))
  self
end