• Lars Uebernickel's avatar
    gtklistbox: add bind_model() · d825249b
    Lars Uebernickel authored
    gtk_list_box_bind_model() binds a GListModel to a GtkListBox.
    
    This is a first step towards having GListModel support in Gtk. It's not
    useful for large models, because GtkListBox always creates all widgets
    for all rows.
    d825249b