Method: Tk::HTML_Widget#parse
- Defined in:
- lib/tkextlib/tkHTML/htmlwidget.rb
#parse(txt) ⇒ Object
264 265 266 267 |
# File 'lib/tkextlib/tkHTML/htmlwidget.rb', line 264 def parse(txt) tk_send('parse', txt) self end |
264 265 266 267 |
# File 'lib/tkextlib/tkHTML/htmlwidget.rb', line 264 def parse(txt) tk_send('parse', txt) self end |