Method: Tk::Text#text_cut
- Defined in:
- lib/tk/text.rb
#text_cut ⇒ Object
734 735 736 737 738 |
# File 'lib/tk/text.rb', line 734 def text_cut # Tk8.4 feature tk_call_without_enc('tk_textCut', @path) self end |
734 735 736 737 738 |
# File 'lib/tk/text.rb', line 734 def text_cut # Tk8.4 feature tk_call_without_enc('tk_textCut', @path) self end |