Method: Tk::Text#get_displaychars
- Defined in:
- lib/tk/text.rb
#get_displaychars(*index) ⇒ Object
320 321 322 323 |
# File 'lib/tk/text.rb', line 320 def get_displaychars(*index) # Tk8.5 feature get('-displaychars', *index) end |
320 321 322 323 |
# File 'lib/tk/text.rb', line 320 def get_displaychars(*index) # Tk8.5 feature get('-displaychars', *index) end |