Method: Tk::Tile::TPaned#forget
- Defined in:
- lib/tkextlib/tile/tpaned.rb
#forget(pane) ⇒ Object
57 58 59 60 61 |
# File 'lib/tkextlib/tile/tpaned.rb', line 57 def forget(pane) pane = _epath(pane) tk_send_without_enc('forget', pane) self end |