Method: Tk::BLT::Htext#selection_clear

Defined in:
lib/tkextlib/blt/htext.rb

#selection_clearObject



79
80
81
82
# File 'lib/tkextlib/blt/htext.rb', line 79

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