Skip to content
  • Michael Natterer's avatar
    gtk: change GtkIconView to "support" actual trees · e4654327
    Michael Natterer authored
    Remove the check for GTK_TREE_MODEL_LIST_ONLY and make the view
    display only the first level of the tree, ignoring all insert, remove
    etc. events on the model's branches. This enables generic application
    code which always produces GtkTreeStores (also for flat lists) to
    display grids of these flat trees.
    e4654327