Method: Tk::Entry#cursor
- Defined in:
- lib/tk/entry.rb
#cursor ⇒ Object Also known as: icursor
32 33 34 |
# File 'lib/tk/entry.rb', line 32 def cursor number(tk_send_without_enc('index', 'insert')) end |
32 33 34 |
# File 'lib/tk/entry.rb', line 32 def cursor number(tk_send_without_enc('index', 'insert')) end |