Method: Tk::Listbox#index
- Defined in:
- lib/tk/listbox.rb
#index(idx) ⇒ Object
83 84 85 |
# File 'lib/tk/listbox.rb', line 83 def index(idx) tk_send_without_enc('index', idx).to_i end |
83 84 85 |
# File 'lib/tk/listbox.rb', line 83 def index(idx) tk_send_without_enc('index', idx).to_i end |