Method: TkTextTag#lower
- Defined in:
- lib/tk/texttag.rb
#lower(below = None) ⇒ Object
231 232 233 234 235 |
# File 'lib/tk/texttag.rb', line 231 def lower(below=None) tk_call_without_enc(@t.path, 'tag', 'lower', @id, _get_eval_enc_str(below)) self end |