Method: Tk::BLT::Htext#selection_present
- Defined in:
- lib/tkextlib/blt/htext.rb
#selection_present ⇒ Object
91 92 93 |
# File 'lib/tkextlib/blt/htext.rb', line 91 def selection_present() bool(tk_send_without_enc('selection', 'present')) end |