Method: Tk::Entry#cursor

Defined in:
lib/tk/entry.rb

#cursorObject Also known as: icursor



32
33
34
# File 'lib/tk/entry.rb', line 32

def cursor
  number(tk_send_without_enc('index', 'insert'))
end