Method: Tk::Entry#cursor

Defined in:
lib/tk/entry.rb

#cursorObject Also known as: icursor



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

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