Method: Tk::Text#edit_undo
- Defined in:
- lib/tk/text.rb
#edit_undo ⇒ Object
713 714 715 716 |
# File 'lib/tk/text.rb', line 713 def edit_undo tk_send_without_enc('edit', 'undo') self end |
713 714 715 716 |
# File 'lib/tk/text.rb', line 713 def edit_undo tk_send_without_enc('edit', 'undo') self end |