Method: Tk::Iwidgets::Selectionbox#insert_selection

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

#insert_selection(pos, text) ⇒ Object



54
55
56
# File 'lib/tkextlib/iwidgets/selectionbox.rb', line 54

def insert_selection(pos, text)
  tk_call(@path, 'insert', 'selection', pos, text)
end