Method: Tk::Tile::TPaned#panecget_tkstring

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

#panecget_tkstring(pane, slot) ⇒ Object Also known as: pane_cget_tkstring



66
67
68
69
# File 'lib/tkextlib/tile/tpaned.rb', line 66

def panecget_tkstring(pane, slot)
  pane = _epath(pane)
  tk_send_without_enc('pane', pane, "-#{slot}")
end