Method: Tk::Listbox#nearest

Defined in:
lib/tk/listbox.rb

#nearest(y) ⇒ Object



61
62
63
# File 'lib/tk/listbox.rb', line 61

def nearest(y)
  tk_send_without_enc('nearest', y).to_i
end