Method: Tk::Tile::TPaned#insert
- Defined in:
- lib/tkextlib/tile/tpaned.rb
#insert(pos, win, keys) ⇒ Object
63 64 65 66 67 |
# File 'lib/tkextlib/tile/tpaned.rb', line 63 def insert(pos, win, keys) win = _epath(win) tk_send_without_enc('insert', pos, win, *hash_kv(keys)) self end |