Method: Tk::Iwidgets::Promptdialog#mark
- Defined in:
- lib/tkextlib/iwidgets/promptdialog.rb
#mark(pos) ⇒ Object
86 87 88 89 |
# File 'lib/tkextlib/iwidgets/promptdialog.rb', line 86 def mark(pos) tk_send_without_enc('scan', 'mark', pos) self end |