Method: Tk::Text#compare
- Defined in:
- lib/tk/text.rb
#compare(idx1, op, idx2) ⇒ Object
629 630 631 632 |
# File 'lib/tk/text.rb', line 629 def compare(idx1, op, idx2) bool(tk_send_without_enc('compare', _get_eval_enc_str(idx1), op, _get_eval_enc_str(idx2))) end |