Method: Tk::BLT::Htext#selection_adjust

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

#selection_adjust(index) ⇒ Object



75
76
77
78
# File 'lib/tkextlib/blt/htext.rb', line 75

def selection_adjust(index)
  tk_send_without_enc('selection', 'adjust', index)
  self
end