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