Method: Tk::Iwidgets::Entryfield#mark
- Defined in:
- lib/tkextlib/iwidgets/entryfield.rb
permalink #mark(pos) ⇒ Object
[View source]
138 139 140 141 |
# File 'lib/tkextlib/iwidgets/entryfield.rb', line 138 def mark(pos) tk_send_without_enc('scan', 'mark', pos) self end |