Method: Tk::BLT::Htext#scan_mark

Defined in:
lib/tkextlib/blt/htext.rb

#scan_mark(pos) ⇒ Object



60
61
62
63
# File 'lib/tkextlib/blt/htext.rb', line 60

def scan_mark(pos)
  tk_send_without_enc('scan', 'mark', pos)
  self
end