Method: TkTextMark#set
- Defined in:
- ext/lib/tk/textmark.rb
#set(where) ⇒ Object
102 103 104 105 106 |
# File 'ext/lib/tk/textmark.rb', line 102 def set(where) tk_call_without_enc(@t.path, 'mark', 'set', @id, _get_eval_enc_str(where)) self end |