Skip to content
  • Christoph Reiter's avatar
    Make Gtk.List/TreeStore.insert_before/after atomic · 908d099c
    Christoph Reiter authored
    Instead of adding a row and then setting the values do it in one
    go using insert_with_values().
    
    This gets rid of a row-changed signal and things like cellrenderers
    don't have to deal with potentially empty rows. It's also a bit faster.
    908d099c