Method: Tk::TkTable#selection_present
- Defined in:
- lib/tkextlib/tktable/tktable.rb
#selection_present ⇒ Object
706 707 708 |
# File 'lib/tkextlib/tktable/tktable.rb', line 706 def selection_present bool(tk_send('selection', 'present')) end |