Method: Tk::Text#text_paste

Defined in:
lib/tk/text.rb

#text_pasteObject



740
741
742
743
744
# File 'lib/tk/text.rb', line 740

def text_paste
  # Tk8.4 feature
  tk_call_without_enc('tk_textPaste', @path)
  self
end