Method: Tk::Menu#post

Defined in:
lib/tk/menu.rb

#post(x, y) ⇒ Object



182
183
184
# File 'lib/tk/menu.rb', line 182

def post(x, y)
  _fromUTF8(tk_send_without_enc('post', x, y))
end