Method: Tk::Iwidgets::Selectiondialog#selection_anchor

Defined in:
lib/tkextlib/iwidgets/selectiondialog.rb

#selection_anchor(index) ⇒ Object



75
76
77
78
# File 'lib/tkextlib/iwidgets/selectiondialog.rb', line 75

def selection_anchor(index)
  tk_send_without_enc('selection', 'anchor', index)
  self
end