Method: Tk::Entry#selection_present

Defined in:
lib/tk/entry.rb

#selection_presentObject



73
74
75
# File 'lib/tk/entry.rb', line 73

def selection_present()
  bool(tk_send_without_enc('selection', 'present'))
end