Method: Tk::HTML_Widget#plain_text
- Defined in:
- lib/tkextlib/tkHTML/htmlwidget.rb
#plain_text(first, last) ⇒ Object Also known as: ascii_text, text_ascii
303 304 305 |
# File 'lib/tkextlib/tkHTML/htmlwidget.rb', line 303 def plain_text(first, last) tk_send('text', 'ascii', first, last) end |