Method: Tk::TkTable#selection_include?

Defined in:
lib/tkextlib/tktable/tktable.rb

#selection_include?(idx) ⇒ Boolean

Returns:

  • (Boolean)


703
704
705
# File 'lib/tkextlib/tktable/tktable.rb', line 703

def selection_include?(idx)
  bool(tk_send('selection', 'includes', tagid(idx)))
end