Method: Tk::PanedWindow#proxy_place

Defined in:
ext/lib/tk/panedwindow.rb

#proxy_place(x, y) ⇒ Object



58
59
60
61
# File 'ext/lib/tk/panedwindow.rb', line 58

def proxy_place(x, y)
  tk_send_without_enc('proxy', 'place', x, y)
  self
end