Method: Tk::Entry#insert
- Defined in:
- lib/tk/entry.rb
#insert(pos, text) ⇒ Object
45 46 47 48 |
# File 'lib/tk/entry.rb', line 45 def insert(pos,text) tk_send_without_enc('insert', pos, _get_eval_enc_str(text)) self end |
45 46 47 48 |
# File 'lib/tk/entry.rb', line 45 def insert(pos,text) tk_send_without_enc('insert', pos, _get_eval_enc_str(text)) self end |