Method: Tk::Entry#mark
- Defined in:
- lib/tk/entry.rb
#mark(pos) ⇒ Object
53 54 55 56 |
# File 'lib/tk/entry.rb', line 53 def mark(pos) tk_send_without_enc('scan', 'mark', pos) self end |
53 54 55 56 |
# File 'lib/tk/entry.rb', line 53 def mark(pos) tk_send_without_enc('scan', 'mark', pos) self end |