Method: Tk::Iwidgets::Selectionbox#nearest
- Defined in:
- lib/tkextlib/iwidgets/selectionbox.rb
#nearest(y) ⇒ Object
74 75 76 |
# File 'lib/tkextlib/iwidgets/selectionbox.rb', line 74 def nearest(y) tk_send_without_enc('nearest', y).to_i end |