Method: Tk::BLT::Htext#index
- Defined in:
- lib/tkextlib/blt/htext.rb
#index(str) ⇒ Object
48 49 50 |
# File 'lib/tkextlib/blt/htext.rb', line 48 def index(str) number(tk_send('index', str)) end |
48 49 50 |
# File 'lib/tkextlib/blt/htext.rb', line 48 def index(str) number(tk_send('index', str)) end |