Method: Tk::Entry#selection_clear

Defined in:
lib/tk/entry.rb

#selection_clearObject



64
65
66
67
# File 'lib/tk/entry.rb', line 64

def selection_clear
  tk_send_without_enc('selection', 'clear')
  self
end