Method: Tk::Tile::TPaned#panecget_strict

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

#panecget_strict(pane, slot) ⇒ Object Also known as: pane_cget_strict



69
70
71
72
# File 'lib/tkextlib/tile/tpaned.rb', line 69

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